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
2020-05-01 13:50:47 -05:00

11 lines
558 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>${ButtonActivate}</span>
</button>
<div class="quickConnectSettingsContainer padded-left padded-right padded-bottom-page">
<div id="quickConnectIncoming" class="paperList">
<div>${MessagePleaseWait}</div>
</ul>
</div>
</div>