1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update networking.html

Hide options not yet available.
This commit is contained in:
BaronGreenback 2020-11-22 14:06:29 +00:00 committed by GitHub
parent 22733f7bea
commit 5a6aec431a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@
</label> </label>
<div class="fieldDescription checkboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div> <div class="fieldDescription checkboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
</div> </div>
<div class="checkboxContainer checkboxContainer-withDescription"> <div class="checkboxContainer checkboxContainer-withDescription" style="display:none">
<label> <label>
<input type="checkbox" is="emby-checkbox" id="chkCreateHttpPortMap" /> <input type="checkbox" is="emby-checkbox" id="chkCreateHttpPortMap" />
<span>${LabelCreateHttpPortMap}</span> <span>${LabelCreateHttpPortMap}</span>
@ -141,7 +141,7 @@
</fieldset> </fieldset>
<fieldset class='verticalSection verticalSection-extrabottompadding'> <fieldset class='verticalSection verticalSection-extrabottompadding' style="display:none">
<legend><h3>${HeaderAutoDiscovery}</h3></legend> <legend><h3>${HeaderAutoDiscovery}</h3></legend>
<div class="checkboxContainer checkboxContainer-withDescription"> <div class="checkboxContainer checkboxContainer-withDescription">
<label> <label>
@ -159,17 +159,17 @@
<input is="emby-input" type="text" id="txtPublishedServer" label="${LabelPublishedServerUri}" /> <input is="emby-input" type="text" id="txtPublishedServer" label="${LabelPublishedServerUri}" />
<div class="fieldDescription">${LabelPublishedServerUriHelp}</div> <div class="fieldDescription">${LabelPublishedServerUriHelp}</div>
</div> </div>
<div class="inputContainer"> <div class="inputContainer" style="display:none">
<input is="emby-input" type="text" id="txtUDPPortRange" pattern="[0-9\-]*" label="${LabelUDPPortRange}" /> <input is="emby-input" type="text" id="txtUDPPortRange" pattern="[0-9\-]*" label="${LabelUDPPortRange}" />
<div class="fieldDescription">${LabelUDPPortRangeHelp}</div> <div class="fieldDescription">${LabelUDPPortRangeHelp}</div>
</div> </div>
<div class="inputContainer"> <div class="inputContainer" style="display:none">
<input is="emby-input" type="text" id="txtHDHomerunPortRange" pattern="[0-9\-]*" label="${LabelHDHomerunPortRange}" /> <input is="emby-input" type="text" id="txtHDHomerunPortRange" pattern="[0-9\-]*" label="${LabelHDHomerunPortRange}" />
<div class="fieldDescription">${LabelHDHomerunPortRangeHelp}</div> <div class="fieldDescription">${LabelHDHomerunPortRangeHelp}</div>
</div> </div>
</fieldset> </fieldset>
<fieldset class='verticalSection verticalSection-extrabottompadding'> <fieldset class='verticalSection verticalSection-extrabottompadding' style="display:none">
<legend><h3>${HeaderDebugging}</h3></legend> <legend><h3>${HeaderDebugging}</h3></legend>
<div class="checkboxContainer checkboxContainer-withDescription"> <div class="checkboxContainer checkboxContainer-withDescription">
<label> <label>