mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
filter Containers in place
This commit is contained in:
@@ -14,6 +14,7 @@ type Container struct {
|
||||
Widgets *compact.Compact
|
||||
updater cwidgets.WidgetUpdater
|
||||
collector metrics.Collector
|
||||
display bool // display this container in compact view
|
||||
}
|
||||
|
||||
func NewContainer(id string, collector metrics.Collector) *Container {
|
||||
|
||||
Reference in New Issue
Block a user