mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
opt.: ssh page
This commit is contained in:
@@ -53,7 +53,7 @@ class ServerStatus {
|
||||
NetSpeed netSpeed;
|
||||
Temperatures temps;
|
||||
SystemType system;
|
||||
String? failedInfo;
|
||||
String? err;
|
||||
DiskIO diskIO;
|
||||
|
||||
/// Whether is connectting, parsing and etc.
|
||||
@@ -71,7 +71,7 @@ class ServerStatus {
|
||||
required this.temps,
|
||||
required this.system,
|
||||
required this.diskIO,
|
||||
this.failedInfo,
|
||||
this.err,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user