Skip to content

Commit

Permalink
Fix CPU info on status panel (#2049)
Browse files Browse the repository at this point in the history
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Jan 5, 2022
1 parent eadd6c5 commit 031f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/php/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function pidofFTL()
?>
<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 {
Expand Down

0 comments on commit 031f839

Please sign in to comment.