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

Update src/controllers/dashboard/networking.html

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

View file

@ -159,7 +159,7 @@
<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" style="display:none"> <div class="inputContainer hide">
<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>