You've already forked ServerStatus
mirror of
https://github.com/cppla/ServerStatus.git
synced 2025-12-19 11:33:57 +08:00
bug
This commit is contained in:
@@ -251,7 +251,7 @@ function uptime() {
|
||||
io += (result.servers[i].io_write/1024).toFixed(1) + "K";
|
||||
else
|
||||
io += (result.servers[i].io_write/1024/1024).toFixed(1) + "M";
|
||||
TableRow.children["network"].innerHTML = io;
|
||||
TableRow.children["io"].innerHTML = io;
|
||||
|
||||
// delay time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user