Merge pull request #4681 from stangri/master-luci-app-simple-adblock
[project/luci.git] / applications / luci-app-noddos / root / usr / share / luci / menu.d / luci-app-noddos.json
1 {
2 "admin/status/noddos": {
3 "title": "Noddos Clients",
4 "order": 3,
5 "action": {
6 "type": "template",
7 "path": "noddos/clients"
8 },
9 "depends": {
10 "acl": [ "luci-app-noddos" ]
11 }
12 },
13
14 "admin/network/noddos": {
15 "title": "Noddos Client Tracking",
16 "order": 55,
17 "action": {
18 "type": "cbi",
19 "path": "noddos",
20 "post": { "cbi.submit": true }
21 }
22 }
23 }