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": {
"title": "Docker",
"order": "41",
"order": 41,
"action": {
"type": "firstchild"
"type": "firstchild",
"recurse": true
},
"depends": {
"acl": [ "luci-app-dockerman" ],