luci-app-dockerman: fix menu order
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"admin/docker": {
|
||||
"title": "Docker",
|
||||
"order": "41",
|
||||
"order": 41,
|
||||
"action": {
|
||||
"type": "firstchild"
|
||||
"type": "firstchild",
|
||||
"recurse": true
|
||||
},
|
||||
"depends": {
|
||||
"acl": [ "luci-app-dockerman" ],
|
||||
|
||||
Reference in New Issue
Block a user