This commit is contained in:
cppla 2022-04-01 16:07:30 +08:00
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