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:
parent
22733f7bea
commit
5a6aec431a
1 changed files with 5 additions and 5 deletions
|
@ -105,7 +105,7 @@
|
|||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
||||
</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<div class="checkboxContainer checkboxContainer-withDescription" style="display:none">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkCreateHttpPortMap" />
|
||||
<span>${LabelCreateHttpPortMap}</span>
|
||||
|
@ -141,7 +141,7 @@
|
|||
</fieldset>
|
||||
|
||||
|
||||
<fieldset class='verticalSection verticalSection-extrabottompadding'>
|
||||
<fieldset class='verticalSection verticalSection-extrabottompadding' style="display:none">
|
||||
<legend><h3>${HeaderAutoDiscovery}</h3></legend>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
|
@ -159,17 +159,17 @@
|
|||
<input is="emby-input" type="text" id="txtPublishedServer" label="${LabelPublishedServerUri}" />
|
||||
<div class="fieldDescription">${LabelPublishedServerUriHelp}</div>
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<div class="inputContainer" style="display:none">
|
||||
<input is="emby-input" type="text" id="txtUDPPortRange" pattern="[0-9\-]*" label="${LabelUDPPortRange}" />
|
||||
<div class="fieldDescription">${LabelUDPPortRangeHelp}</div>
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<div class="inputContainer" style="display:none">
|
||||
<input is="emby-input" type="text" id="txtHDHomerunPortRange" pattern="[0-9\-]*" label="${LabelHDHomerunPortRange}" />
|
||||
<div class="fieldDescription">${LabelHDHomerunPortRangeHelp}</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class='verticalSection verticalSection-extrabottompadding'>
|
||||
<fieldset class='verticalSection verticalSection-extrabottompadding' style="display:none">
|
||||
<legend><h3>${HeaderDebugging}</h3></legend>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue