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

14 lines
776 B
HTML
Raw Normal View History

2019-01-23 11:33:34 +00:00
<div id="devicesPage" data-role="page" class="page type-interior devicesPage noSecondaryNavPage">
2018-09-12 19:26:21 +02:00
<div>
<div class="content-primary">
<div class="verticalSection verticalSection">
<div class="sectionTitleContainer sectionTitleContainer-cards flex align-items-center">
<h2 class="sectionTitle sectionTitle-cards">${TabDevices}</h2>
<a is="emby-linkbutton" rel="noopener noreferrer" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/server/devices.html">${Help}</a>
2018-09-12 19:26:21 +02:00
</div>
</div>
2019-12-16 00:07:55 +09:00
<div is="emby-itemscontainer" class="devicesList vertical-wrap" data-multiselect="false"></div>
2018-09-12 19:26:21 +02:00
</div>
</div>
2019-12-16 00:07:55 +09:00
</div>