update switch defaults

This commit is contained in:
Bradley Cicenas 2017-02-19 03:58:42 +00:00
parent 84849a0c9f
commit 40085edbcc

View File

@ -9,12 +9,12 @@ var switches = []*Switch{
},
&Switch{
Key: "allContainers",
Val: false,
Val: true,
Label: "Show All Containers",
},
&Switch{
Key: "enableHeader",
Val: false,
Val: true,
Label: "Enable cTop Status Line",
},
&Switch{