mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
14 lines
750 B
HTML
14 lines
750 B
HTML
<div id="devicesPage" data-role="page" class="page type-interior devicesPage noSecondaryNavPage">
|
|
<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" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/server/devices.html">${Help}</a>
|
|
</div>
|
|
</div>
|
|
<div is="emby-itemscontainer" class="devicesList vertical-wrap" data-multiselect="false"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|