- 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>
30 lines
548 B
JSON
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"
|
|
}
|
|
}
|
|
}
|