treewide: add ACL annotations to menu entries
[project/luci.git] / applications / luci-app-ddns / root / usr / share / luci / menu.d / luci-app-ddns.json
1 {
2 "admin/services/ddns": {
3 "title": "Dynamic DNS",
4 "order": 59,
5 "action": {
6 "type": "view",
7 "path": "ddns/overview"
8 },
9 "depends": {
10 "acl": [ "luci-app-ddns" ]
11 }
12 }
13 }