Added label for stats in uptime page.
This commit is contained in:
parent
33c585d4ca
commit
b20071bb63
2 changed files with 3 additions and 0 deletions
|
@ -29,8 +29,10 @@
|
||||||
<li>Fabrice61</li>
|
<li>Fabrice61</li>
|
||||||
<li>Thomas @TConstans</li>
|
<li>Thomas @TConstans</li>
|
||||||
<li>@labecasse</li>
|
<li>@labecasse</li>
|
||||||
|
<li>Antoine Jaba</li>
|
||||||
<li>@setop</li>
|
<li>@setop</li>
|
||||||
<li>Jérémy Collot</li>
|
<li>Jérémy Collot</li>
|
||||||
|
<li>Pilou</li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
<div class="uptimeCounts">
|
<div class="uptimeCounts">
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Actuellement : </li>
|
||||||
<li><img src="status-ok.png" title="" /><span id="okCount">n/a</span></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-warning.png" title="" /><span id="warningCount">n/a</span></li>
|
||||||
<li><img src="status-alert.png" title="" /><span id="alertCount">n/a</span></li>
|
<li><img src="status-alert.png" title="" /><span id="alertCount">n/a</span></li>
|
||||||
|
|
Loading…
Reference in a new issue