mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
Center title in SFTP/Apt
This commit is contained in:
@@ -14,7 +14,7 @@ class DockerPsItem {
|
||||
List<String> parts = rawString.split(' ');
|
||||
parts.removeWhere((element) => element.isEmpty);
|
||||
parts = parts.map((e) => e.trim()).toList();
|
||||
|
||||
|
||||
containerId = parts[0];
|
||||
image = parts[1];
|
||||
command = parts[2].trim();
|
||||
|
||||
Reference in New Issue
Block a user