mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
19 lines
645 B
HTML
19 lines
645 B
HTML
<div id="logPage" data-role="page" class="page type-interior">
|
|
|
|
<div>
|
|
<div class="content-primary">
|
|
<div class="readOnlyContent">
|
|
<div style="text-align: right; display: flex; justify-content: flex-end;">
|
|
<label style="width:auto;">
|
|
<input type="checkbox" is="emby-checkbox" id="chkDebugLog" />
|
|
<span>${LabelEnableDebugLogging}</span>
|
|
</label>
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<div class="serverLogs readOnlyContent">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |