1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-14 13:57:40 +02:00

Update status panel w/ hostapd-led ID

This commit is contained in:
billz 2025-04-18 12:33:14 -07:00
parent 1d80b5090d
commit 6fe48d0e4e

View File

@ -954,7 +954,7 @@ function renderStatus($hostapd_led, $hostapd_status, $memused_led, $memused, $cp
<div class="col ml-2">
<div class="ml-1 sb-status">Status</div>
<div class="info-item-xs"><span class="icon">
<i class="fas fa-circle <?php echo ($hostapd_led); ?>"></i></span> <?php echo _("Hotspot").' '. _($hostapd_status); ?>
<i id="hostapd-led" class="fas fa-circle <?php echo ($hostapd_led); ?>"></i></span> <?php echo _("Hotspot").' '. _($hostapd_status); ?>
</div>
<div class="info-item-xs"><span class="icon">
<i class="fas fa-circle <?php echo ($memused_led); ?>"></i></span> <?php echo _("Mem Use").': '. htmlspecialchars(strval($memused), ENT_QUOTES); ?>%