mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: ssh tab
This commit is contained in:
@@ -16,7 +16,12 @@ class Server implements TagPickable {
|
||||
SSHClient? client;
|
||||
ServerState state;
|
||||
|
||||
Server(this.spi, this.status, this.client, this.state);
|
||||
Server(
|
||||
this.spi,
|
||||
this.status,
|
||||
this.state, {
|
||||
this.client,
|
||||
});
|
||||
|
||||
@override
|
||||
bool containsTag(String tag) {
|
||||
|
||||
Reference in New Issue
Block a user