mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Finish web UI
This commit is contained in:
parent
b43adb7406
commit
fa9e2b476b
12 changed files with 248 additions and 9 deletions
12
src/mypreferencesquickconnect.html
Normal file
12
src/mypreferencesquickconnect.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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" disabled>
|
||||
<span>Activate</span>
|
||||
</button>
|
||||
|
||||
Incoming login requests:
|
||||
<div class="quickConnectSettingsContainer padded-left padded-right padded-bottom-page">
|
||||
<ul id="quickConnectIncoming">
|
||||
<li>Failed to load incoming requests</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue