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:
parent
9272519d84
commit
20d1e9132d
18 changed files with 56 additions and 746 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue