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