mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Fix CPU info on status panel (#2049)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -351,7 +351,7 @@ if($auth) {
|
||||
?>
|
||||
<br/>
|
||||
<?php
|
||||
echo '<span title="Detected $nproc cores"><i class="fa fa-w fa-circle ';
|
||||
echo '<span title="Detected '.$nproc.' cores"><i class="fa fa-w fa-circle ';
|
||||
if ($loaddata[0] > $nproc) {
|
||||
echo "text-red";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user