mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-15 15:35:49 +01:00
filter Containers in place
This commit is contained in:
@@ -136,6 +136,7 @@ func (cm *DockerContainerSource) All() (containers Containers) {
|
||||
containers = append(containers, c)
|
||||
}
|
||||
sort.Sort(containers)
|
||||
containers.Filter()
|
||||
return containers
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user