add server status page

This commit is contained in:
2020-12-22 20:53:33 +01:00
parent bad27a7f35
commit 0b7515eccd
4 changed files with 28 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<div id="uploaded_files" class="highlight_dark"></div>
</div></div>
{{template "page_bottom" .}}
</div>
<script>
let apiEndpoint = '{{.APIEndpoint}}';
{{template `util.js`}}