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/08/01 10:54:29 UTC

[inlong] branch master updated (4133f1472 -> fcc30cbaa)

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 4133f1472 [INLONG-5279][Manager] Optimize the creation code of databases and tables (#5280)
     add fcc30cbaa [INLONG-5308][Dashboard] Change MQ and cluster type to adapt the Manager module (#5310)

No new revisions were added by this update.

Summary of changes:
 .../AccessHelper/DataSourcesEditor/CreateModal.tsx | 12 +++---
 .../AccessHelper/DataSourcesEditor/index.tsx       |  4 +-
 .../AccessHelper/FieldsConfig/businessFields.tsx   | 18 ++++-----
 .../AccessHelper/FieldsConfig/dataFields.tsx       |  2 +-
 .../ConsumeHelper/FieldsConfig/basicFields.tsx     |  2 +-
 inlong-dashboard/src/components/MetaData/index.ts  | 24 ++++++------
 inlong-dashboard/src/locales/cn.json               |  5 ++-
 inlong-dashboard/src/locales/en.json               |  5 ++-
 .../src/pages/AccessDashboard/config.tsx           |  4 +-
 .../src/pages/AccessDetail/DataSources/index.tsx   |  6 +--
 .../src/pages/AccessDetail/DataSources/status.tsx  | 44 +---------------------
 .../src/pages/AccessDetail/common.d.ts             |  2 +-
 .../src/pages/ClusterTags/ClusterList.tsx          |  5 +++
 .../src/pages/ClusterTags/TagDetailModal.tsx       |  5 +++
 .../src/pages/Clusters/NodeEditModal.tsx           |  8 ++++
 .../src/pages/Clusters/config/index.tsx            |  6 +--
 inlong-dashboard/src/pages/Clusters/index.tsx      |  2 +-
 17 files changed, 69 insertions(+), 85 deletions(-)