You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by wa...@apache.org on 2021/12/22 02:35:13 UTC

[dolphinscheduler] branch dev updated (49662c7 -> 4c49a8b)

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

wangyizhi pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 49662c7  [Fix-7525][Feature][UI Next] Provide a common  layout for the module of dolphinscheduler-ui-next. (#7526)
     add 4c49a8b  [Feature][UI Next]: Rearrange the routing and format the code (#7533)

No new revisions were added by this update.

Summary of changes:
 .../src/layouts/basic/components/header/index.tsx  |  34 ++--
 .../src/layouts/basic/components/logo/index.tsx    |  20 +--
 .../src/layouts/basic/components/sider/index.tsx   |  30 ++--
 .../src/layouts/basic/index.tsx                    | 158 ++++++++---------
 .../src/layouts/content/Content.tsx                |  12 +-
 dolphinscheduler-ui-next/src/router/index.ts       |  24 +--
 .../src/router/modules/datasource.ts               |  28 ++-
 .../mapping.ts => router/modules/monitor.ts}       |  51 +++---
 .../mapping.ts => router/modules/projects.ts}      |  51 +++---
 .../mapping.ts => router/modules/resources.ts}     |  51 +++---
 .../mapping.ts => router/modules/security.ts}      |  51 +++---
 dolphinscheduler-ui-next/src/router/routes.ts      | 191 ++++-----------------
 dolphinscheduler-ui-next/src/utils/index.ts        |   2 +-
 13 files changed, 304 insertions(+), 399 deletions(-)
 copy dolphinscheduler-ui/src/js/module/components/crontab/source/_source/i18n/index.js => dolphinscheduler-ui-next/src/router/modules/datasource.ts (56%)
 mode change 100755 => 100644
 copy dolphinscheduler-ui-next/src/{utils/mapping.ts => router/modules/monitor.ts} (52%)
 copy dolphinscheduler-ui-next/src/{utils/mapping.ts => router/modules/projects.ts} (52%)
 copy dolphinscheduler-ui-next/src/{utils/mapping.ts => router/modules/resources.ts} (53%)
 copy dolphinscheduler-ui-next/src/{utils/mapping.ts => router/modules/security.ts} (52%)