mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
refactor column config
This commit is contained in:
@@ -17,6 +17,11 @@ var defaultParams = []*Param{
|
||||
Val: "sh",
|
||||
Label: "Shell",
|
||||
},
|
||||
&Param{
|
||||
Key: "columns",
|
||||
Val: "status,name,id,cpu,mem,net,io,pids",
|
||||
Label: "Enabled Columns",
|
||||
},
|
||||
}
|
||||
|
||||
type Param struct {
|
||||
|
||||
Reference in New Issue
Block a user