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
2016-03-27 23:37:33 -04:00

16 lines
No EOL
590 B
HTML

<div id="logPage" data-role="page" class="page type-interior">
<div data-role="content">
<div class="content-primary">
<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/>
</div>
<div class="serverLogs readOnlyContent" style="margin:0 auto;">
</div>
</div>
</div>
</div>