mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add connect error handling
This commit is contained in:
parent
503a18926b
commit
2ad4785b2b
2 changed files with 15 additions and 3 deletions
|
@ -28,7 +28,10 @@
|
|||
<li id="fldConnectInfo" style="display: none;">
|
||||
<label for="txtConnectUserName">${LabelConnectUserName}</label>
|
||||
<input id="txtConnectUserName" type="text" />
|
||||
<div class="fieldDescription">${LabelConnectUserNameHelp}</div>
|
||||
<div class="fieldDescription">
|
||||
<div>${LabelConnectUserNameHelp}</div>
|
||||
<div style="margin-top: .75em;"><a href="http://mediabrowser.tv" target="_blank">${ButtonLearnMoreAboutMediaBrowserConnect}</a></div>
|
||||
</div>
|
||||
</li>
|
||||
<li id="fldIsAdmin" style="display: none;">
|
||||
<input type="checkbox" id="chkIsAdmin" name="chkIsAdmin" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue