jellyfin-web/dashboard-ui/log.html

21 lines
817 B
HTML
Raw Normal View History

2016-06-24 17:29:39 -07:00
<div id="logPage" data-role="page" class="page type-interior">
2013-02-20 18:33:05 -07:00
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<div class="content-primary">
2016-04-12 23:02:07 -07:00
<div class="readOnlyContent">
<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>
2016-03-27 20:37:33 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
2016-04-12 23:02:07 -07:00
<div class="serverLogs readOnlyContent">
2015-05-17 18:27:48 -07:00
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>