mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
can manually refresh when updateInterval==0
This commit is contained in:
@@ -40,5 +40,6 @@ class ServerStatus {
|
||||
String? failedInfo;
|
||||
|
||||
ServerStatus(this.cpu2Status, this.memory, this.sysVer, this.uptime,
|
||||
this.disk, this.tcp, this.netSpeed, {this.failedInfo});
|
||||
this.disk, this.tcp, this.netSpeed,
|
||||
{this.failedInfo});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user