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/22 01:34:12 UTC

[dolphinscheduler] branch dev updated: [Fix-8158][UI Next] improve the structure of directories (#8159)

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 d379137  [Fix-8158][UI Next] improve the structure of directories (#8159)
d379137 is described below

commit d379137908c42e945a1ab07318abac6714d599df
Author: calvin <ji...@163.com>
AuthorDate: Sat Jan 22 09:34:05 2022 +0800

    [Fix-8158][UI Next] improve the structure of directories (#8159)
---
 dolphinscheduler-ui-next/src/router/modules/resources.ts            | 6 +++---
 .../option}/components/form-modal.tsx                               | 0
 .../option}/components/table-action.tsx                             | 0
 .../{taskGroupOption => task-group/option}/index.module.scss        | 0
 .../views/resource/{taskGroupOption => task-group/option}/index.tsx | 0
 .../resource/{taskGroupOption => task-group/option}/use-form.ts     | 0
 .../resource/{taskGroupOption => task-group/option}/use-table.ts    | 0
 7 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dolphinscheduler-ui-next/src/router/modules/resources.ts b/dolphinscheduler-ui-next/src/router/modules/resources.ts
index 942abb2..6b74044 100644
--- a/dolphinscheduler-ui-next/src/router/modules/resources.ts
+++ b/dolphinscheduler-ui-next/src/router/modules/resources.ts
@@ -112,17 +112,17 @@ export default {
     {
       path: '/resource/task-group',
       name: 'task-group-manage',
-      component: components['resource-taskGroupOption'],
+      component: components['resource-task-group-option'],
       children: [
         {
           path: '/resource/task-group-option',
           name: 'task-group-option',
-          component: components['resource-taskGroupOption']
+          component: components['resource-task-group-option']
         },
         {
           path: '/resource/task-group-queue',
           name: 'task-group-queue',
-          component: components['resource-taskGroupQueue']
+          component: components['resource-task-group-queue']
         }
       ]
     }
diff --git a/dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/form-modal.tsx b/dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx
similarity index 100%
rename from dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/form-modal.tsx
rename to dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx
diff --git a/dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/table-action.tsx b/dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx
similarity index 100%
rename from dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/table-action.tsx
rename to dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx
diff --git a/dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.module.scss b/dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module.scss
similarity index 100%
rename from dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.module.scss
rename to dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module.scss
diff --git a/dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.tsx b/dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx
similarity index 100%
rename from dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.tsx
rename to dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx
diff --git a/dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-form.ts b/dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts
similarity index 100%
rename from dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-form.ts
rename to dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts
diff --git a/dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-table.ts b/dolphinscheduler-ui-next/src/views/resource/task-group/option/use-table.ts
similarity index 100%
rename from dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-table.ts
rename to dolphinscheduler-ui-next/src/views/resource/task-group/option/use-table.ts