op-packages/luci-app-taskplan/root/usr/share/luci/menu.d/luci-app-taskplan.json
github-actions[bot] 573623c3d6 🚀 Sync 2026-03-07 23:37:46
2026-03-07 23:37:46 +08:00

45 lines
754 B
JSON

{
"admin/control": {
"title": "Control",
"order": 44,
"action": {
"type": "firstchild"
}
},
"admin/control/taskplan": {
"title": "Task Plan",
"order": 60,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-taskplan" ],
"uci": { "taskplan": true }
}
},
"admin/control/taskplan/scheduled": {
"title": "Scheduled Tasks",
"order": 10,
"action": {
"type": "view",
"path": "taskplan/scheduled"
}
},
"admin/control/taskplan/startup": {
"title": "Startup Tasks",
"order": 20,
"action": {
"type": "view",
"path": "taskplan/startup"
}
},
"admin/control/taskplan/log": {
"title": "Log Viewer",
"order": 30,
"action": {
"type": "view",
"path": "taskplan/log"
}
}
}