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

19 lines
645 B
HTML
Raw Normal View History

2016-06-24 20:29:39 -04:00
<div id="logPage" data-role="page" class="page type-interior">
2013-02-20 20:33:05 -05:00
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2016-04-13 02:02:07 -04:00
<div class="readOnlyContent">
2016-03-27 23:37:33 -04:00
<div style="text-align: right; display: flex; justify-content: flex-end;">
2016-07-22 15:48:47 -04:00
<label style="width:auto;">
<input type="checkbox" is="emby-checkbox" id="chkDebugLog" />
<span>${LabelEnableDebugLogging}</span>
</label>
2016-03-27 23:37:33 -04:00
</div>
2016-07-22 15:48:47 -04:00
<br />
2016-03-16 01:33:31 -04:00
</div>
2016-04-13 02:02:07 -04:00
<div class="serverLogs readOnlyContent">
2015-05-17 21:27:48 -04:00
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>