1
0
Fork 0
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:
Luke Pulverenti 2015-01-18 23:29:57 -05:00
parent 1509f3805d
commit 0f142fff89
10 changed files with 222 additions and 167 deletions

View file

@ -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>