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:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user