mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 12:52:12 +08:00
load tofixed 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user