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