mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-29 04:21:48 +08:00
33 lines
602 B
JSON
33 lines
602 B
JSON
{
|
|
"admin/control/timecontrol": {
|
|
"title": "Time Control",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"acl": [ "read" ],
|
|
"depends": {
|
|
"acl": [ "luci-app-timecontrol" ]
|
|
},
|
|
"recurse": true
|
|
},
|
|
"admin/control/timecontrol/basic": {
|
|
"title": "Time Control",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "timecontrol/basic"
|
|
},
|
|
"acl": [ "read" ]
|
|
},
|
|
"admin/control/timecontrol/log": {
|
|
"title": "Log",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "timecontrol/log"
|
|
},
|
|
"acl": [ "read" ]
|
|
}
|
|
}
|