mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
[Fix][UI Next] Fix the problem that the left menu of task group management is not displayed. (#8307)
This commit is contained in:
parent
5f25d31a26
commit
ebed364a45
@ -113,12 +113,20 @@ export default {
|
||||
{
|
||||
path: '/resource/task-group-option',
|
||||
name: 'task-group-option',
|
||||
component: components['resource-task-group-option']
|
||||
component: components['resource-task-group-option'],
|
||||
meta: {
|
||||
title: '任务组配置',
|
||||
showSide: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/resource/task-group-queue',
|
||||
name: 'task-group-queue',
|
||||
component: components['resource-task-group-queue']
|
||||
component: components['resource-task-group-queue'],
|
||||
meta: {
|
||||
title: '任务组队列',
|
||||
showSide: true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user