mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-05 07:09:49 +08:00
load tofixed 2
This commit is contained in:
parent
830ea094a3
commit
0914175200
@ -173,7 +173,7 @@ function uptime() {
|
||||
if(result.servers[i].load == -1) {
|
||||
TableRow.children["load"].innerHTML = "–";
|
||||
} else {
|
||||
TableRow.children["load"].innerHTML = result.servers[i].load_1.toFixed(1);
|
||||
TableRow.children["load"].innerHTML = result.servers[i].load_1.toFixed(2);
|
||||
}
|
||||
|
||||
// Network
|
||||
|
Loading…
x
Reference in New Issue
Block a user