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

use checkbox instead of toggle button

This commit is contained in:
Luke Pulverenti 2016-07-22 15:48:47 -04:00
parent 9272519d84
commit 20d1e9132d
18 changed files with 56 additions and 746 deletions

View file

@ -4,9 +4,12 @@
<div class="content-primary">
<div class="readOnlyContent">
<div style="text-align: right; display: flex; justify-content: flex-end;">
<paper-toggle-button id="chkDebugLog">${LabelEnableDebugLogging}</paper-toggle-button>
<label style="width:auto;">
<input type="checkbox" is="emby-checkbox" id="chkDebugLog" />
<span>${LabelEnableDebugLogging}</span>
</label>
</div>
<br/>
<br />
</div>
<div class="serverLogs readOnlyContent">