mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-02 05:39:50 +08:00
bug
This commit is contained in:
parent
6a15832966
commit
39c92f4788
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user