Browse Source

[Fix][UI Next][V1.0.0-Alpha]Solve the problem of missing menu bar status under Resource (#8661)

3.0.0/version-upgrade
labbomb 3 years ago committed by GitHub
parent
commit
98396d2c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts

4
dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts

@ -166,11 +166,11 @@ export function useDataList() {
children: [
{
label: t('menu.task_group_option'),
key: 'task-group-option'
key: '/resource/task-group-option'
},
{
label: t('menu.task_group_queue'),
key: 'task-group-queue'
key: '/resource/task-group-queue'
}
]
}

Loading…
Cancel
Save