summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json
blob: bec35c88cfc4dabadc3cd54efe0b21c71cb3bf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"admin/system/ntpc": {
		"title": "Time Synchronisation",
		"order": 50,
		"action": {
			"type": "cbi",
			"path": "ntpc/ntpc",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-ntpc" ],
			"uci": { "ntpclient": true }
		}
	}
}