luci-app-dockerman: fix menu order

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml
2026-02-22 03:53:59 +08:00
parent 9392d0e1e7
commit 24edcc374f
@@ -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" ],