mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
16 lines
544 B
HTML
16 lines
544 B
HTML
<div id="logPage" data-role="page" class="page type-interior">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
<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">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |