Upgrade stats page (!3)

Add additional stats to the page

Reviewed-on: #3
This commit is contained in:
Fred Boniface
2023-05-07 21:18:04 +01:00
parent d8b32c25c0
commit c463ffbb1e
4 changed files with 33 additions and 2 deletions

View File

@@ -50,6 +50,32 @@
<td id="pis"></td>
</tr>
</table>
<table style="margin:auto;text-align:center;">
<tr>
<th>Database</th>
<th>Entry Count</th>
</tr>
<tr>
<td>Users</td>
<td id="user_count"></td>
</tr>
<tr>
<td>Pending Registrations</td>
<td id="reg_count"></td>
</tr>
<tr>
<td>PIS Codes</td>
<td id="pis_count"></td>
</tr>
<tr>
<td>CORPUS Entries</td>
<td id="corpus_count"></td>
</tr>
<tr>
<td>Station Codes</td>
<td id="stations_count"></td>
</tr>
</table>
<br><br>
<table style="margin:auto;text-align:center;">
<tr>