diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue
index edfdee20b1..5991196389 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue
@@ -34,9 +34,6 @@
{{$t('Update Time')}}
|
-
- {{$t('Operation')}}
- |
@@ -48,7 +45,7 @@
|
- {{item.ipList}}
+ {{item.ipList.join(',')}}
|
{{item.createTime | formatDate}}
@@ -58,24 +55,6 @@
{{item.updateTime | formatDate}}
-
|
-
-
-
-
- {{$t('Delete?')}}
-
- {{$t('Cancel')}}
- {{$t('Confirm')}}
-
-
-
-
-
-
- |
@@ -128,8 +107,7 @@
created () {
this.list = this.workerGroupList
},
- mounted () {
- },
- components: { }
+ mounted () {},
+ components: {},
}
\ No newline at end of file
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue
index 54a0440c5e..32bb8620a6 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue
@@ -17,11 +17,7 @@
-
-
- {{$t('Create worker group')}}
-
-
+
@@ -141,8 +137,7 @@
this.searchParams.pageNo = _.isEmpty(a.query) ? 1 : a.query.pageNo
}
},
- created () {
- },
+ created () {},
mounted () {
this.$modal.destroy()
},
diff --git a/dolphinscheduler-ui/src/js/module/components/secondaryMenu/_source/menu.js b/dolphinscheduler-ui/src/js/module/components/secondaryMenu/_source/menu.js
index 82c9864d2b..6487c2faef 100644
--- a/dolphinscheduler-ui/src/js/module/components/secondaryMenu/_source/menu.js
+++ b/dolphinscheduler-ui/src/js/module/components/secondaryMenu/_source/menu.js
@@ -100,6 +100,15 @@ const menu = {
icon: 'ans-icon-danger-solid',
children: []
},
+ {
+ name: `${i18n.$t('Worker group manage')}`,
+ id: 4,
+ path: 'worker-groups-manage',
+ isOpen: true,
+ disabled: true,
+ icon: 'ans-icon-diary',
+ children: []
+ },
{
name: `${i18n.$t('Queue manage')}`,
id: 3,