Fix CPU info on status panel (#2049)

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-01-05 18:45:40 -03:00
committed by GitHub
parent eadd6c5c20
commit 031f83980e

View File

@@ -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 {