add pixelstore stats to admin page

This commit is contained in:
2020-09-15 14:31:52 +02:00
parent bf61dffd1d
commit d6e0077565
2 changed files with 34 additions and 5 deletions

View File

@@ -58,6 +58,21 @@
</thead>
<tbody id="tconnstat_body"></tbody>
</table>
<h3>Pixelstore peers</h3>
<table>
<thead>
<tr>
<td>Address</td>
<td>Pos.</td>
<td>Reachable</td>
<td>Err count</td>
<td>Latency</td>
<td>Free space</td>
<td>Min free space</td>
</tr>
</thead>
<tbody id="tbody_peers"></tbody>
</table>
<h3>Websocket statistics</h3>
<table>
<thead>