With this small fix, the menu entry for smartdns is not shown anymore on the login page of openwrt.
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"admin/services/smartdns": {
|
|
"title": "SmartDNS",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "smartdns/smartdns"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-smartdns" ],
|
|
"uci": { "smartdns": true }
|
|
}
|
|
}
|
|
}
|