11 lines
236 B
PHP
Executable File
11 lines
236 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Uptime</span>
|
|
<strong>{!! $uptime !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Alerts</span>
|
|
<strong>{!! $alert_tot !!}</strong>
|
|
</li>
|
|
</ul>
|