Initial commit

This commit is contained in:
2018-09-14 19:26:46 +08:00
commit 9e2009bbf4
431 changed files with 84342 additions and 0 deletions

48
src/adminLogs.html Normal file
View File

@@ -0,0 +1,48 @@
<div id="tab-logs" class="admin-tab" style="display: none" data-name="Log">
<div class="main-toolbar-table m">
<div class="row navicon">
<div class="col s6 m4 main-toolbar-table-types-tools">
<a class="btn-floating btn-small translateT " title="Refresh log" id="log-refresh"><i class="material-icons">refresh</i></a>
<a class="btn-floating btn-small translateT btn-pause" title="Pause output" id="log-pause"><i class="material-icons">pause</i></a>
<!--a class="btn-floating btn-small translateT " title="Copy log" id="log-copy"><i class="material-icons">content_copy</i></a-->
<a class="btn-floating btn-small translateT " title="Clear log" id="log-clear"><i class="material-icons">delete</i></a>
<a class="btn-floating btn-small translateT red lighten-3" title="Clear on disk permanent" id="log-clear-on-disk"><i class="material-icons">delete_forever</i></a>
</div>
<div class="col s6 m4 main-toolbar-table-types-tools">
<a class="dropdown-button btn translate" style="display: none" data-target="log-files" id="log-files-btn">Download log</a>
<ul id="log-files" class="dropdown-content"></ul>
</div>
<div class="col s1 m4 main-toolbar-table-types-tools">
<span id="log-size" style=""></span>
</div>
</div>
</div>
<table id="log-outer-header" class="main-header-table">
<thead>
<tr></tr>
</thead>
</table>
<div id="grid-log-inner" class="grid-main-wh-div" >
<table id="log-outer">
<colgroup>
<col width="120px"/>
<col width="180px"/>
<col width="90px"/>
<!--<col width="90%"/>-->
</colgroup>
<thead>
<tr class="log-head"><th></th><th></th><th></th><th></th></tr>
</thead>
<tbody id="log-table">
</tbody>
</table>
</div>
</div>
<div id="log-copy-text" title="Copy log" style="display: none;"></div>