secubox-openwrt/package/secubox/luci-app-dns-provider/root/usr/share/luci/menu.d/luci-app-dns-provider.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

30 lines
548 B
JSON

{
"admin/secubox/network/dns-provider": {
"title": "DNS Providers",
"order": 40,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-dns-provider"],
"uci": {"dns-provider": true}
}
},
"admin/secubox/network/dns-provider/records": {
"title": "Records",
"order": 10,
"action": {
"type": "view",
"path": "dns-provider/records"
}
},
"admin/secubox/network/dns-provider/settings": {
"title": "Settings",
"order": 20,
"action": {
"type": "view",
"path": "dns-provider/settings"
}
}
}