You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/01/17 11:06:20 UTC

[dolphinscheduler] branch dev updated: [Feature][UI Next] Add monitor router. (#8088)

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

zhongjiajie 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 e7cd167  [Feature][UI Next] Add monitor router. (#8088)
e7cd167 is described below

commit e7cd16706ab3284d15178ded2de154677fc356d3
Author: songjianet <17...@qq.com>
AuthorDate: Mon Jan 17 19:06:11 2022 +0800

    [Feature][UI Next] Add monitor router. (#8088)
---
 dolphinscheduler-ui-next/src/router/modules/monitor.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dolphinscheduler-ui-next/src/router/modules/monitor.ts b/dolphinscheduler-ui-next/src/router/modules/monitor.ts
index 76b0d3b..64db6ea 100644
--- a/dolphinscheduler-ui-next/src/router/modules/monitor.ts
+++ b/dolphinscheduler-ui-next/src/router/modules/monitor.ts
@@ -30,7 +30,7 @@ export default {
   component: () => import('@/layouts/content'),
   children: [
     {
-      path: '/monitor/servers/master',
+      path: '/monitor/master',
       name: 'servers-master',
       component: components['master'],
       meta: {
@@ -38,7 +38,7 @@ export default {
       }
     },
     {
-      path: '/monitor/servers/worker',
+      path: '/monitor/worker',
       name: 'servers-worker',
       component: components['worker'],
       meta: {
@@ -46,7 +46,7 @@ export default {
       }
     },
     {
-      path: '/monitor/servers/db',
+      path: '/monitor/db',
       name: 'servers-db',
       component: components['db'],
       meta: {
@@ -54,7 +54,7 @@ export default {
       }
     },
     {
-      path: '/monitor/statistics/statistics',
+      path: '/monitor/statistics',
       name: 'statistics-statistics',
       component: components['statistics'],
       meta: {