2019-01-23 11:33:34 +00:00
|
|
|
<div id="logPage" data-role="page" class="page type-interior">
|
2017-05-06 15:42:17 -04:00
|
|
|
<div>
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="content-primary">
|
2021-04-11 18:44:53 +02:00
|
|
|
<form class="logsForm">
|
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle">${TabLogs}</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkSlowResponseWarning" />
|
|
|
|
<span>${LabelSlowResponseEnabled}</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="number" id="txtSlowResponseWarning" label="${LabelSlowResponseTime}" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div>
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
|
|
<span>${Save}</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
2016-04-13 02:02:07 -04:00
|
|
|
<div class="serverLogs readOnlyContent">
|
2013-02-20 20:33:05 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-02-22 11:47:03 -05:00
|
|
|
</div>
|