add runtime config param for toggling all containers

This commit is contained in:
Bradley Cicenas
2017-02-16 00:00:31 +00:00
parent 9ddc99f788
commit 5f13563b6f
2 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ func NewDefaultConfig() Config {
toggles := map[string]bool{
"sortReverse": false,
"allContainers": false,
"enableHeader": false,
"loggingEnabled": true,
}