mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
15 lines
767 B
HTML
15 lines
767 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://jellyfin.readthedocs.io/en/latest/server/devices/">${Help}</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div is="emby-itemscontainer" class="devicesList vertical-wrap" data-multiselect="false">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |