mirror of https://github.com/cppla/ServerStatus
load tofixed 2
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…
Reference in New Issue