small-packages/luci-app-taskplan/root/usr/share/luci/menu.d/luci-app-taskplan.json
2026-05-10 09:48:30 +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"
}
}
}