mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework hosting options
This commit is contained in:
parent
1509f3805d
commit
0f142fff89
10 changed files with 222 additions and 167 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="#" data-role="button" class="ui-btn-active">${TabGeneral}</a>
|
||||
<a href="dashboardhosting.html" data-role="button">${TabHosting}</a>
|
||||
<a href="serversecurity.html" data-role="button">${TabSecurity}</a>
|
||||
</div>
|
||||
<form id="advancedConfigurationForm">
|
||||
|
@ -64,7 +65,7 @@
|
|||
<label for="chkEnableDashboardResponseCache">${OptionEnableWebClientResponseCache}</label>
|
||||
<input type="checkbox" id="chkEnableMinification" data-mini="true" />
|
||||
<label for="chkEnableMinification">${OptionEnableWebClientResourceMinification}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fieldDescription">
|
||||
${OptionDisableForDevelopmentHelp}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue