new: detail status page

This commit is contained in:
lollipopkit
2023-10-31 19:41:54 +08:00
parent f2edd14117
commit 37df072711
9 changed files with 208 additions and 196 deletions

View File

@@ -199,7 +199,7 @@ enum StatusCmdType {
tempType,
tempVal,
host,
;
diskio;
}
/// Cmds for linux server
@@ -216,6 +216,7 @@ const _statusCmds = [
'cat /sys/class/thermal/thermal_zone*/type',
'cat /sys/class/thermal/thermal_zone*/temp',
'hostname',
'cat /proc/diskstats',
];
enum DockerCmdType {