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

13 lines
573 B
HTML
Raw Normal View History

2020-04-12 00:44:30 -05:00
<div id="quickConnectPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderHome}" data-backbutton="true">
2020-04-13 16:23:16 -05:00
<button is="emby-button" id="btnQuickConnectActivate" type="button" class="raised button-submit block">
2020-04-12 00:44:30 -05:00
<span>Activate</span>
</button>
Incoming login requests:
<div class="quickConnectSettingsContainer padded-left padded-right padded-bottom-page">
<ul id="quickConnectIncoming">
2020-04-13 16:23:16 -05:00
<li>Failed to load incoming requests</li>
</ul>
2020-04-12 00:44:30 -05:00
</div>
</div>