refactor column config

This commit is contained in:
Bradley Cicenas
2020-01-02 19:28:51 +00:00
parent ee25f80a9c
commit 118b89240d
5 changed files with 162 additions and 136 deletions

View File

@@ -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 {