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{ &Switch{
Key: "allContainers", Key: "allContainers",
Val: false, Val: true,
Label: "Show All Containers", Label: "Show All Containers",
}, },
&Switch{ &Switch{
Key: "enableHeader", Key: "enableHeader",
Val: false, Val: true,
Label: "Enable cTop Status Line", Label: "Enable cTop Status Line",
}, },
&Switch{ &Switch{