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