mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
![]() |
<div id="quickConnectPage" data-role="page" class="page type-interior advancedConfigurationPage">
|
||
|
<div>
|
||
|
<div class="content-primary">
|
||
|
<div class="verticalSection">
|
||
|
<div class="sectionTitleContainer flex align-items-center">
|
||
|
<h2 class="sectionTitle">Quick Connect</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
Quick connect is: <span id="quickConnectStatus">Failed to load status</span>
|
||
|
|
||
|
<div class="checkboxList paperList" style="padding:.5em 1em;">
|
||
|
<label>
|
||
|
<input type="checkbox" is="emby-checkbox" id="chkQuickConnectAvailable" />
|
||
|
<span>Enable quick connect on this server</span>
|
||
|
</label>
|
||
|
<label>
|
||
|
<input type="checkbox" is="emby-checkbox" id="chkQuickConnectActive" />
|
||
|
<span>Always accept quick connect login requests</span>
|
||
|
</label>
|
||
|
<div class="fieldDescription checkboxFieldDescription">If unchecked, users will have to click the Activate button in their profile before initiating a quick connect login.</div>
|
||
|
</div>
|
||
|
|
||
|
<button is="emby-button" id="btnQuickConnectSubmit" type="submit" class="raised button-submit block">
|
||
|
<span>${ButtonSave}</span>
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|