You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2023/04/12 09:29:01 UTC

[inlong] branch master updated (620623d04 -> 3bd3bbc2c)

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

dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from 620623d04 [INLONG-7823][Manager] Supports creating clickhouse tables using the ReplicatedMergeTree engine (#7824)
     add 3bd3bbc2c [INLONG-7833][Dashboard] Process optimization for creating source and sink (#7834)

No new revisions were added by this update.

Summary of changes:
 .../src/plugins/sinks/common/SinkDefaultInfo.ts    |  42 ++++----
 .../plugins/sources/common/SourceDefaultInfo.ts    |  28 +++---
 .../index.module.less}                             |  34 +++----
 .../src/ui/components/CheckCard/index.tsx          | 106 +++++++++++++++++++++
 .../ui/components/FormGenerator/FormGenerator.tsx  |  12 ++-
 .../pages/GroupDetail/DataSources/DetailModal.tsx  |  20 ++--
 .../src/ui/pages/GroupDetail/DataSources/index.tsx |   1 +
 .../pages/GroupDetail/DataStorage/DetailModal.tsx  |  14 ++-
 8 files changed, 190 insertions(+), 67 deletions(-)
 copy inlong-dashboard/src/ui/components/{HighTable/style.module.less => CheckCard/index.module.less} (68%)
 create mode 100644 inlong-dashboard/src/ui/components/CheckCard/index.tsx