You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/05/08 01:48:36 UTC

[incubator-dolphinscheduler] branch dev updated: Fix worker grouping

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 89c0fc2  Fix worker grouping
     new edc7235  Merge pull request #2626 from break60/dev
89c0fc2 is described below

commit 89c0fc2aae2471979124c492a9538535ebb1caa0
Author: break60 <79...@qq.com>
AuthorDate: Fri May 8 09:34:55 2020 +0800

    Fix worker grouping
---
 dolphinscheduler-ui/src/js/conf/home/router/index.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dolphinscheduler-ui/src/js/conf/home/router/index.js b/dolphinscheduler-ui/src/js/conf/home/router/index.js
index 91e015b..b4236f3 100644
--- a/dolphinscheduler-ui/src/js/conf/home/router/index.js
+++ b/dolphinscheduler-ui/src/js/conf/home/router/index.js
@@ -375,6 +375,14 @@ const router = new Router({
           }
         },
         {
+          path: '/security/worker-groups',
+          name: 'worker-groups-manage',
+          component: resolve => require(['../pages/security/pages/workerGroups/index'], resolve),
+          meta: {
+            title: `${i18n.$t('Worker group manage')}`
+          }
+        },
+        {
           path: '/security/token',
           name: 'token-manage',
           component: resolve => require(['../pages/security/pages/token/index'], resolve),