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:
parent
84849a0c9f
commit
40085edbcc
@ -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{
|
Loading…
x
Reference in New Issue
Block a user