mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
Add perms
This commit is contained in:
parent
71c91c323e
commit
1eadf2934b
@ -145,6 +145,8 @@ var Perms = []PermGroup{
|
||||
{Key: "container.detail", Text: "View detail"},
|
||||
{Key: "container.raw", Text: "View raw"},
|
||||
{Key: "container.logs", Text: "View logs"},
|
||||
{Key: "container.exec", Text: "View exec"},
|
||||
{Key: "container.connect", Text: "Connect"},
|
||||
{Key: "container.delete", Text: "Delete"},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user