secubox-openwrt/package/secubox/luci-app-secubox-p2p/root/usr/share/luci/menu.d/luci-app-secubox-p2p.json
CyberMind-FR aa13009f54 fix(luci-app-secubox-p2p): Move menu to admin/services/secubox-p2p
Rename from admin/secubox/mirrorbox to admin/services/secubox-p2p
for consistent URL structure with other service apps.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 08:29:21 +01:00

102 lines
1.9 KiB
JSON

{
"admin/services/secubox-p2p": {
"title": "SecuBox P2P",
"order": 15,
"action": {
"type": "view",
"path": "secubox-p2p/overview"
},
"depends": {
"acl": ["luci-app-secubox-p2p"]
}
},
"admin/services/secubox-p2p/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "secubox-p2p/overview"
}
},
"admin/services/secubox-p2p/hub": {
"title": "P2P Hub",
"order": 20,
"action": {
"type": "view",
"path": "secubox-p2p/hub"
}
},
"admin/services/secubox-p2p/peers": {
"title": "Peers",
"order": 30,
"action": {
"type": "view",
"path": "secubox-p2p/peers"
}
},
"admin/services/secubox-p2p/services": {
"title": "Services",
"order": 40,
"action": {
"type": "view",
"path": "secubox-p2p/services"
}
},
"admin/services/secubox-p2p/profiles": {
"title": "Profiles",
"order": 50,
"action": {
"type": "view",
"path": "secubox-p2p/profiles"
}
},
"admin/services/secubox-p2p/mesh": {
"title": "Mesh Network",
"order": 60,
"action": {
"type": "view",
"path": "secubox-p2p/mesh"
}
},
"admin/services/secubox-p2p/factory": {
"title": "Factory",
"order": 70,
"action": {
"type": "view",
"path": "secubox-p2p/factory"
}
},
"admin/services/secubox-p2p/devstatus": {
"title": "Dev Status",
"order": 73,
"action": {
"type": "view",
"path": "secubox-p2p/devstatus"
}
},
"admin/services/secubox-p2p/packages": {
"title": "App Store",
"order": 75,
"action": {
"type": "view",
"path": "secubox-p2p/packages"
}
},
"admin/services/secubox-p2p/threat-hub": {
"title": "Threat Intel",
"order": 25,
"action": {
"type": "view",
"path": "secubox-p2p/threat-hub"
}
},
"admin/services/secubox-p2p/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "secubox-p2p/settings"
}
}
}