mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-03 06:09:50 +08:00
old style
This commit is contained in:
parent
d7b8f27082
commit
217b14bf55
@ -243,7 +243,7 @@ function uptime() {
|
||||
io += parseInt(result.servers[i].io_read/1024) + "K";
|
||||
else
|
||||
io += parseInt(result.servers[i].io_read/1024/1024) + "M";
|
||||
io += "💿"
|
||||
io += "💾"
|
||||
if(result.servers[i].io_write < 1024*1024)
|
||||
io += parseInt(result.servers[i].io_write/1024) + "K";
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user