mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
11 lines
561 B
HTML
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>
|