secubox-openwrt/luci-app-secubox/root/usr/share/luci/menu.d/luci-app-secubox.json

18 lines
427 B
JSON

{
"admin/secubox": {
"title": "SecuBox",
"order": 25,
"action": {"type": "firstchild"}
},
"admin/secubox/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {"type": "view", "path": "secubox/dashboard"}
},
"admin/secubox/modules": {
"title": "Modules",
"order": 20,
"action": {"type": "view", "path": "secubox/modules"}
}
}