mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add base url option to networking page
This commit is contained in:
parent
8f956658d4
commit
76923c3dc9
3 changed files with 9 additions and 0 deletions
|
@ -56,6 +56,11 @@
|
|||
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer fldBaseUrl">
|
||||
<input is="emby-input" id="txtBaseUrl" type="text" label="${LabelBaseUrl}" />
|
||||
<div class="fieldDescription">${LabelBaseUrlHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer fldCertificatePath hide">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue