mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
footer: use text for sysinfo-cpu (#3502)
This commit is contained in:
@@ -364,7 +364,7 @@ function updateSystemInfo() {
|
|||||||
? " (load is higher than the number of cores)"
|
? " (load is higher than the number of cores)"
|
||||||
: "")
|
: "")
|
||||||
);
|
);
|
||||||
$("#sysinfo-cpu").html(
|
$("#sysinfo-cpu").text(
|
||||||
system.cpu["%cpu"].toFixed(1) +
|
system.cpu["%cpu"].toFixed(1) +
|
||||||
"% on " +
|
"% on " +
|
||||||
system.cpu.nprocs +
|
system.cpu.nprocs +
|
||||||
|
|||||||
Reference in New Issue
Block a user