22 lines
331 B
JSON
22 lines
331 B
JSON
{
|
|
"admin/services/smartdns": {
|
|
"title": "SmartDNS",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "smartdns/smartdns"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-smartdns" ],
|
|
"uci": { "smartdns": true }
|
|
}
|
|
},
|
|
|
|
"admin/services/smartdns/log": {
|
|
"action": {
|
|
"type": "view",
|
|
"path": "smartdns/log"
|
|
}
|
|
}
|
|
}
|