mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
allow separate configuration of date format
This commit is contained in:
parent
f3046c2912
commit
f66cd30b4f
88 changed files with 246 additions and 114 deletions
|
@ -3,13 +3,15 @@
|
|||
<div>
|
||||
<div class="content-primary">
|
||||
<div class="readOnlyContent">
|
||||
<div style="text-align: right; display: flex; justify-content: flex-end;">
|
||||
<label style="width:auto;">
|
||||
<input type="checkbox" is="emby-checkbox" id="chkDebugLog" />
|
||||
<span>${LabelEnableDebugLogging}</span>
|
||||
</label>
|
||||
<div class="flex padded-top">
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label style="width:auto;">
|
||||
<input type="checkbox" is="emby-checkbox" id="chkDebugLog" />
|
||||
<span>${LabelEnableDebugLogging}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${EnableDebugLoggingHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
</div>
|
||||
<div class="serverLogs readOnlyContent">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue