op-packages/luci-app-timecontrol/root/usr/share/luci/menu.d/luci-app-timecontrol.json
github-actions[bot] 3599b85281 🛸 Sync 2026-03-13 08:44:23
2026-03-13 08:44:23 +08:00

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