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

@@ -19,6 +19,7 @@ class ServerStatus {
Temperatures temps;
SystemType system;
String? failedInfo;
DiskIO diskIO;
ServerStatus({
required this.cpu,
@@ -31,6 +32,7 @@ class ServerStatus {
required this.swap,
required this.temps,
required this.system,
required this.diskIO,
this.failedInfo,
});
}