1
0
Fork 0
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:
Luke Pulverenti 2017-10-30 00:51:43 -04:00
parent f3046c2912
commit f66cd30b4f
88 changed files with 246 additions and 114 deletions

View file

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