jellyfin-web/dashboard-ui/log.html

16 lines
590 B
HTML
Raw Normal View History

2016-03-27 20:37:33 -07:00
<div id="logPage" data-role="page" class="page type-interior">
2013-02-20 18:33:05 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2016-03-27 20:37:33 -07:00
<div class="readOnlyContent" style="margin:0 auto;">
<div style="text-align: right; display: flex; justify-content: flex-end;">
<paper-toggle-button id="chkDebugLog">${LabelEnableDebugLogging}</paper-toggle-button>
</div>
<br/>
2016-03-15 22:33:31 -07:00
</div>
2016-03-27 20:37:33 -07:00
<div class="serverLogs readOnlyContent" style="margin:0 auto;">
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>