Update src/controllers/dashboard/networking.html

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
BaronGreenback 2020-11-22 16:51:47 +00:00 committed by GitHub
parent fb4e70577c
commit 1ecb199731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@
<input is="emby-input" type="text" id="txtUDPPortRange" pattern="[0-9\-]*" label="${LabelUDPPortRange}" />
<div class="fieldDescription">${LabelUDPPortRangeHelp}</div>
</div>
<div class="inputContainer" style="display:none">
<div class="inputContainer hide">
<input is="emby-input" type="text" id="txtHDHomerunPortRange" pattern="[0-9\-]*" label="${LabelHDHomerunPortRange}" />
<div class="fieldDescription">${LabelHDHomerunPortRangeHelp}</div>
</div>