1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/mypreferencesquickconnect.html
Matt Montgomery bf03a7ba57 Improve UI
2020-04-25 15:47:18 -05:00

11 lines
561 B
HTML

<div id="quickConnectPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderHome}" data-backbutton="true">
<button is="emby-button" id="btnQuickConnectActivate" type="button" class="raised button-submit block">
<span>Activate</span>
</button>
<div class="quickConnectSettingsContainer padded-left padded-right padded-bottom-page">
<div id="quickConnectIncoming" class="paperList">
<div>Failed to load incoming requests</div>
</ul>
</div>
</div>