feat: re-arrange columns + ContainerName + ContainerImage, closes #32
Have container name as first column. Wrap name and image using the StringWrapper macro, so that can have a custom fmt::Display, which will only show the firs 29 chars of both the name and image name
This commit is contained in:
@@ -306,6 +306,7 @@ impl DockerData {
|
||||
self.init_all_logs(&all_ids);
|
||||
|
||||
while let Some(x) = self.init.as_ref() {
|
||||
self.app_data.lock().sort_containers();
|
||||
tokio::time::sleep(std::time::Duration::from_millis(100)).await;
|
||||
if x.load(std::sync::atomic::Ordering::SeqCst) == all_ids.len() {
|
||||
self.init = None;
|
||||
|
||||
Reference in New Issue
Block a user