mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Add $extraFooterScripts to default case
This commit is contained in:
parent
373a7f28ef
commit
95383b81c0
@ -118,7 +118,7 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
|
||||
<img src="app/img/raspAP-logo.svg" class="navbar-logo" width="64" height="64">
|
||||
</div>
|
||||
<div class="col-xs ml-2">
|
||||
<div class="">Status</div>
|
||||
<div class="ml-1">Status</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>
|
||||
@ -262,7 +262,7 @@ if ($_COOKIE['sidebarToggled'] == 'true' ) {
|
||||
DisplayAbout();
|
||||
break;
|
||||
default:
|
||||
DisplayDashboard();
|
||||
DisplayDashboard($extraFooterScripts);
|
||||
}
|
||||
?>
|
||||
</div><!-- /.container-fluid -->
|
||||
|
Loading…
Reference in New Issue
Block a user