jellyfin-web/dashboard-ui/plugincatalog.html

22 lines
1.1 KiB
HTML
Raw Normal View History

2016-09-11 14:02:32 -07:00
<div id="pluginCatalogPage" data-role="page" class="page type-interior pluginConfigurationPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Plugins" data-require="scripts/plugincatalogpage,emby-checkbox,emby-select">
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<div class="content-primary">
2016-09-11 14:02:32 -07:00
<div style="display: flex;align-items:center; justify-content: flex-end;">
<div class="selectContainer" style="margin:0;">
<select is="emby-select" id="selectSystem" label="${LabelDisplayPluginsFor}">
2016-03-29 20:10:01 -07:00
<option value="Server">${TabServer}</option>
<option value="MBClassic">${PluginTabAppClassic}</option>
</select>
2015-03-07 15:43:53 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2016-03-15 22:33:31 -07:00
<div id="noPlugins" class="hide">
<br />
<br />
2016-03-15 22:33:31 -07:00
<div style="text-align: center; margin: 10px;">${MessageNoAvailablePlugins}</div>
2013-02-20 18:33:05 -07:00
</div>
2016-03-15 22:33:31 -07:00
<div id="pluginTiles" style="text-align:left;"></div>
2013-02-20 18:33:05 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>