mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
update switch defaults
This commit is contained in:
@ -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{
|
Reference in New Issue
Block a user