mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 07:07:52 +08:00
40 lines
724 B
JSON
40 lines
724 B
JSON
{ "admin/control": {
|
|
"title": "Control",
|
|
"order": 44,
|
|
"action": {
|
|
"type": "firstchild",
|
|
"recurse": true
|
|
}
|
|
},
|
|
"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" ]
|
|
}
|
|
}
|