Merge branch 'fr05t1k-exec'

This commit is contained in:
Bradley Cicenas
2019-05-12 16:26:51 -04:00
10 changed files with 140 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ var params = []*Param{
Val: "state",
Label: "Container Sort Field",
},
&Param{
Key: "shell",
Val: "sh",
Label: "Shell",
},
}
type Param struct {