You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by zh...@apache.org on 2022/07/19 02:01:47 UTC

[incubator-seatunnel] branch dev updated (4dc871faa -> dda2bb787)

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

zhongjiajie pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from 4dc871faa [Docs] Add connectors-v2 to docs item (#2187)
     add dda2bb787 [Feat][UI] Add dashboard layout. (#2198)

No new revisions were added by this update.

Summary of changes:
 .../dashboard/header/index.tsx}                    | 29 ++++++++++++++--------
 .../src/layouts/dashboard/header/logo/index.tsx    | 14 ++++++++---
 .../src/layouts/dashboard/header/menu/index.tsx    | 14 ++++++++---
 .../src/layouts/dashboard/header/menu/use-menu.ts  | 26 +++++++++++--------
 .../dashboard/header/setting/index.tsx}            | 23 +++++++++--------
 .../src/layouts/dashboard/header/user/index.tsx    | 14 ++++++++---
 .../index.ts => layouts/dashboard/index.tsx}       | 24 ++++++++++--------
 .../src/locales/{zh_CN/index.ts => en_US/menu.ts}  |  4 +--
 .../zh_CN/index.ts => router/datapipes.ts}         |  1 -
 9 files changed, 90 insertions(+), 59 deletions(-)
 copy seatunnel-ui/src/{locales/index.ts => layouts/dashboard/header/index.tsx} (67%)
 copy seatunnel-common/src/main/java/org/apache/seatunnel/common/constants/CollectionConstants.java => seatunnel-ui/src/layouts/dashboard/header/logo/index.tsx (82%)
 copy seatunnel-common/src/main/java/org/apache/seatunnel/common/constants/CollectionConstants.java => seatunnel-ui/src/layouts/dashboard/header/menu/index.tsx (83%)
 copy seatunnel-apis/seatunnel-api-flink/src/main/java/org/apache/seatunnel/flink/BaseFlinkTransform.java => seatunnel-ui/src/layouts/dashboard/header/menu/use-menu.ts (69%)
 copy seatunnel-ui/src/{locales/index.ts => layouts/dashboard/header/setting/index.tsx} (74%)
 copy seatunnel-common/src/main/java/org/apache/seatunnel/common/constants/CollectionConstants.java => seatunnel-ui/src/layouts/dashboard/header/user/index.tsx (82%)
 copy seatunnel-ui/src/{locales/index.ts => layouts/dashboard/index.tsx} (73%)
 copy seatunnel-ui/src/locales/{zh_CN/index.ts => en_US/menu.ts} (97%)
 copy seatunnel-ui/src/{locales/zh_CN/index.ts => router/datapipes.ts} (97%)