jellyfish-web/dashboard-ui/appservices.html

21 lines
941 B
HTML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<div id="appServicesPage" data-role="page" class="page type-interior appServicesPage withTabs fullWidthContent" data-require="scripts/appservices">
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2017-06-18 03:09:29 -04:00
<div class="verticalSection">
2018-09-12 19:26:21 +02:00
<div class="sectionTitleContainer sectionTitleContainer-cards flex align-items-center">
<h2 class="sectionTitle sectionTitle-cards">${HeaderInstalledServices}</h2>
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://github.com/MediaBrowser/Wiki/wiki/Plugins">${Help}</a>
</div>
2017-06-18 03:09:29 -04:00
<div class="installedPlugins"></div>
</div>
<div class="verticalSection">
2018-09-12 19:26:21 +02:00
<h2 class="sectionTitle sectionTitle-cards">${HeaderAvailableServices}</h2>
2017-06-18 03:09:29 -04:00
<div class="catalog"></div>
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>