mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: sftp upload (#175)
This commit is contained in:
@@ -56,7 +56,7 @@ class ServerStatus {
|
||||
SystemType system;
|
||||
String? err;
|
||||
DiskIO diskIO;
|
||||
List<NvidiaSmiItem>? nvdia;
|
||||
List<NvidiaSmiItem>? nvidia;
|
||||
|
||||
/// Whether is connectting, parsing and etc.
|
||||
bool _isBusy = false;
|
||||
@@ -74,7 +74,7 @@ class ServerStatus {
|
||||
required this.system,
|
||||
required this.diskIO,
|
||||
this.err,
|
||||
this.nvdia,
|
||||
this.nvidia,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user