treewide: convert simple Lua controllers to declarative JSON
[project/luci.git] / applications / luci-app-polipo / root / usr / share / luci / menu.d / luci-app-polipo.json
1 {
2 "admin/services/polipo": {
3 "title": "Polipo",
4 "action": {
5 "type": "alias",
6 "path": "admin/services/polipo/config"
7 },
8 "depends": {
9 "uci": { "polipo": true }
10 }
11 },
12
13 "admin/services/polipo/status": {
14 "title": "Status",
15 "order": 1,
16 "action": {
17 "type": "template",
18 "path": "polipo_status"
19 }
20 },
21
22 "admin/services/polipo/config": {
23 "title": "Configuration",
24 "order": 2,
25 "action": {
26 "type": "cbi",
27 "path": "polipo",
28 "post": { "cbi.submit": true }
29 }
30 }
31 }