secubox-openwrt/package/secubox/luci-app-device-intel/root/usr/share/luci/menu.d/luci-app-device-intel.json
CyberMind-FR 78802f2850 fix(luci): Fix menu navigation and settings Save & Apply for device-intel and dns-provider
- Change menu action type from "firstchildview" to "firstchild" to fix runtime exception
- Remove null handleSaveApply/handleSave/handleReset so form.Map default save works
- Update Gandi API link from defunct account.gandi.net to admin.gandi.net PAT page

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 16:22:11 +01:00

54 lines
992 B
JSON

{
"admin/secubox/device-intel": {
"title": "Device Intelligence",
"order": 15,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-device-intel"],
"uci": {"device-intel": true}
}
},
"admin/secubox/device-intel/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "device-intel/dashboard"
}
},
"admin/secubox/device-intel/devices": {
"title": "Devices",
"order": 20,
"action": {
"type": "view",
"path": "device-intel/devices"
}
},
"admin/secubox/device-intel/emulators": {
"title": "Emulators",
"order": 30,
"action": {
"type": "view",
"path": "device-intel/emulators"
}
},
"admin/secubox/device-intel/mesh": {
"title": "Mesh",
"order": 40,
"action": {
"type": "view",
"path": "device-intel/mesh"
}
},
"admin/secubox/device-intel/settings": {
"title": "Settings",
"order": 50,
"action": {
"type": "view",
"path": "device-intel/settings"
}
}
}