Browse Source

[Fix-8158][UI Next] improve the structure of directories (#8159)

3.0.0/version-upgrade
calvin 2 years ago committed by GitHub
parent
commit
d379137908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      dolphinscheduler-ui-next/src/router/modules/resources.ts
  2. 0
      dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx
  3. 0
      dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx
  4. 0
      dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module.scss
  5. 0
      dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx
  6. 0
      dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts
  7. 0
      dolphinscheduler-ui-next/src/views/resource/task-group/option/use-table.ts

6
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']
}
]
}

0
dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/form-modal.tsx → dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx

0
dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/table-action.tsx → dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx

0
dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.module.scss → dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module.scss

0
dolphinscheduler-ui-next/src/views/resource/taskGroupOption/index.tsx → dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx

0
dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-form.ts → dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts

0
dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-table.ts → dolphinscheduler-ui-next/src/views/resource/task-group/option/use-table.ts

Loading…
Cancel
Save