Center title in SFTP/Apt

This commit is contained in:
Junyuan Feng
2022-03-08 18:07:52 +08:00
parent 7a5516792c
commit e6e08dc407
8 changed files with 38 additions and 22 deletions

View File

@@ -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();