This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 98396d2  [Fix][UI Next][V1.0.0-Alpha]Solve the problem of missing menu 
bar status under Resource (#8661)
98396d2 is described below

commit 98396d2c685b6b66167267dcc9797250b0a06601
Author: labbomb <[email protected]>
AuthorDate: Wed Mar 2 16:37:00 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha]Solve the problem of missing menu bar status 
under Resource (#8661)
---
 dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts 
b/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts
index 0118e93..0d6da1c 100644
--- a/dolphinscheduler-ui-next/src/layouts/content/use-dataList.ts
+++ b/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'
               }
             ]
           }

Reply via email to