mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update network share settings
This commit is contained in:
parent
4dae2fdc32
commit
fd25ff8c13
8 changed files with 13 additions and 27 deletions
|
@ -152,7 +152,7 @@
|
|||
}
|
||||
|
||||
if (options.enableNetworkSharePath) {
|
||||
html += '<div class="inputContainer">';
|
||||
html += '<div class="inputContainer" style="margin-top:2em;">';
|
||||
html += '<input is="emby-input" id="txtNetworkPath" type="text" label="' + Globalize.translate('LabelOptionalNetworkPath') + '"/>';
|
||||
html += '<div class="fieldDescription">';
|
||||
html += Globalize.translate('LabelOptionalNetworkPathHelp');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue