mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add runtime config param for toggling all containers
This commit is contained in:
@@ -62,6 +62,7 @@ func NewDefaultConfig() Config {
|
||||
|
||||
toggles := map[string]bool{
|
||||
"sortReverse": false,
|
||||
"allContainers": false,
|
||||
"enableHeader": false,
|
||||
"loggingEnabled": true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user