Added label for stats in uptime page.

This commit is contained in:
Christian P. MOMON 2021-09-17 00:09:01 +02:00
parent 33c585d4ca
commit b20071bb63
2 changed files with 3 additions and 0 deletions

View file

@ -29,8 +29,10 @@
<li>Fabrice61</li>
<li>Thomas @TConstans</li>
<li>@labecasse</li>
<li>Antoine Jaba</li>
<li>@setop</li>
<li>Jérémy Collot</li>
<li>Pilou</li>
</ul>
</body>
</html>

View file

@ -34,6 +34,7 @@
<div class="uptimeCounts">
<ul>
<li>Actuellement : </li>
<li><img src="status-ok.png" title="" /><span id="okCount">n/a</span></li>
<li><img src="status-warning.png" title="" /><span id="warningCount">n/a</span></li>
<li><img src="status-alert.png" title="" /><span id="alertCount">n/a</span></li>