mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update w/ hostapd svc indicator
This commit is contained in:
parent
857ffb15d4
commit
0c95173889
@ -119,7 +119,7 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
|
||||
</div>
|
||||
<div class="col-xs ml-2">
|
||||
<div class="">Status</div>
|
||||
<div class="info-item-xs"><span class="icon"><i class="fas fa-circle service-status-up"></i></span> Hotspot active</div>
|
||||
<div class="info-item-xs"><span class="icon"><i class="fas fa-circle <?php echo htmlspecialchars($hostapd_led, ENT_QUOTES); ?>"></i></span> Hotspot <?php echo _($hostapd_status); ?></div>
|
||||
<div class="info-item-xs"><span class="icon"><i class="fas fa-circle service-status-up"></i></span> Memory Use: <?php echo htmlspecialchars($memused, ENT_QUOTES); ?>%</div>
|
||||
<div class="info-item-xs"><span class="icon"><i class="fas fa-circle service-status-up"></i></span> CPU Temp: <?php echo htmlspecialchars($cputemp, ENT_QUOTES); ?>°C</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user