secubox-openwrt/package/secubox/luci-app-secubox-security-threats/root/usr/share/luci/menu.d/luci-app-secubox-security-threats.json
2026-01-08 09:08:46 +01:00

21 lines
373 B
JSON

{
"admin/secubox/security/threats": {
"title": "Threat Monitor",
"order": 15,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-secubox-security-threats"]
}
},
"admin/secubox/security/threats/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "secubox-security-threats/dashboard"
}
}
}