1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/controllers/dashboard/plugins/installed/index.html

17 lines
801 B
HTML
Raw Normal View History

<div id="pluginsPage" data-role="page" class="page type-interior pluginConfigurationPage fullWidthContent">
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2024-07-15 10:25:56 -04:00
<div class="sectionTitleContainer flex align-items-center">
<h2 class="sectionTitle">${TabMyPlugins}</h2>
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.org/docs/general/server/plugins/">
${Help}
</a>
</div>
<div class="inputContainer">
2022-10-25 22:32:17 +02:00
<input id="txtSearchPlugins" name="txtSearchPlugins" type="text" is="emby-input" label="${Search}" />
</div>
2016-03-16 01:33:31 -04:00
<div class="installedPlugins"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>