Reviewed-on: #2
This commit is contained in:
Fred Boniface
2023-05-06 21:53:43 +01:00
parent 91b33b1458
commit d8b32c25c0
34 changed files with 2870 additions and 845 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="none">
<title>OwlBoard - Statistics</title>
<script src="./js/lib.main.js" defer></script>
<script src="./js/stat.js" defer></script>
@@ -44,6 +45,10 @@
<td>DB-meta</td>
<td id="meta"></td>
</tr>
<tr>
<td>DB-pis</td>
<td id="pis"></td>
</tr>
</table>
<br><br>
<table style="margin:auto;text-align:center;">
@@ -73,7 +78,7 @@
web-frontend
</a>
</td>
<td id="ver-web"></td>
<td id="ver_str">Unknown</td>
</tr>
</table>
<p>The statistics represent hits & queries from all instances in the stack.</p>