luci/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json
Jo-Philipp Wich 8f34e105c0 treewide: add ACL annotations to menu entries
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-17 12:40:31 +02:00

15 lines
258 B
JSON

{
"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 }
}
}
}