2020-04-12 00:44:30 -05:00
< 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" / >
2020-04-13 16:23:16 -05:00
< span > Make quick connect always active (always accept login requests)< / span >
2020-04-12 00:44:30 -05:00
< / 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 >