Ability to change Shell

This commit is contained in:
Stanislav Pavlovichev
2018-10-25 21:52:59 +03:00
parent 967a87a65f
commit a26fc9169c
5 changed files with 22 additions and 7 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 {