treewide: convert simple Lua controllers to declarative JSON
[project/luci.git] / applications / luci-app-dynapoint / root / usr / share / luci / menu.d / luci-app-dynapoint.json
1 {
2 "admin/services/dynapoint": {
3 "title": "DynaPoint",
4 "action": {
5 "type": "cbi",
6 "path": "dynapoint",
7 "post": { "cbi.submit": true }
8 },
9 "depends": {
10 "uci": { "dynapoint": true }
11 }
12 }
13 }