mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: detail status page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user