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 2022/04/02 08:16:03 UTC

[incubator-inlong] branch master updated (5d0b35f -> abd90b1)

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/incubator-inlong.git.


    from 5d0b35f  [INLONG-3506][Dashboard] Support Kafka Sink
     add abd90b1  [INLONG-3518][Dashboard] Support Iceberg Sink (#3519)

No new revisions were added by this update.

Summary of changes:
 .../src/components/EditableTable/index.tsx         |   5 -
 .../src/components/MetaData/StorageIceberg.tsx     | 337 +++++++++++++++++++++
 inlong-dashboard/src/components/MetaData/index.ts  |   6 +
 .../src/components/TextSwitch/index.tsx            |  60 ++++
 inlong-dashboard/src/locales/cn.json               |  13 +
 inlong-dashboard/src/locales/en.json               |  13 +
 6 files changed, 429 insertions(+), 5 deletions(-)
 create mode 100644 inlong-dashboard/src/components/MetaData/StorageIceberg.tsx
 create mode 100644 inlong-dashboard/src/components/TextSwitch/index.tsx