mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 18:01:55 +08:00
45 lines
754 B
JSON
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"
|
|
}
|
|
}
|
|
}
|