You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/02/22 02:37:30 UTC

[incubator-inlong] branch master updated (f93d3a8 -> 94a3681)

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

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


    from f93d3a8  [INLONG-2631] Improve mysql configuration (#2635)
     add 94a3681  [INLONG-2624][Dashboard] Modify the interface and parameters to adapt to changes in the Manager (#2629)

No new revisions were added by this update.

Summary of changes:
 .../AccessHelper/DataStorageEditor/DetailModal.tsx | 18 +++++------
 .../AccessHelper/DataStorageEditor/Editor.tsx      | 10 +++---
 .../AccessHelper/FieldsConfig/dataFields.tsx       |  8 ++---
 .../BusinessSelect/MyBusinessModal.tsx             |  2 +-
 .../ConsumeHelper/BusinessSelect/index.tsx         |  2 +-
 .../ConsumeHelper/FieldsConfig/basicFields.tsx     |  2 +-
 .../src/components/FormGenerator/FormGenerator.tsx |  1 +
 .../src/components/MetaData/StorageClickhouse.tsx  |  4 +--
 .../src/components/MetaData/StorageHive.tsx        |  2 +-
 inlong-dashboard/src/i18n.ts                       |  4 +--
 inlong-dashboard/src/locales/cn.json               | 36 +++++++++++-----------
 inlong-dashboard/src/locales/en.json               |  6 ++--
 .../src/pages/AccessCreate/Business/index.tsx      |  4 +--
 .../src/pages/AccessCreate/DataStream/config.tsx   |  6 ++--
 .../src/pages/AccessCreate/DataStream/helper.ts    | 20 ++++++------
 .../src/pages/AccessCreate/DataStream/index.tsx    |  6 ++--
 inlong-dashboard/src/pages/AccessCreate/index.tsx  |  2 +-
 .../pages/AccessDashboard/ExecutionLogModal.tsx    | 22 ++++++-------
 .../src/pages/AccessDashboard/index.tsx            |  6 ++--
 .../src/pages/AccessDetail/Audit/config.tsx        |  2 +-
 .../src/pages/AccessDetail/DataSources/index.tsx   |  2 +-
 .../src/pages/AccessDetail/DataStorage/index.tsx   | 36 ++++++++++------------
 .../AccessDetail/DataStream/StreamItemModal.tsx    |  2 +-
 .../src/pages/AccessDetail/DataStream/config.tsx   |  8 ++---
 .../src/pages/AccessDetail/DataStream/index.tsx    |  8 ++---
 .../src/pages/AccessDetail/Info/index.tsx          |  4 +--
 inlong-dashboard/src/pages/AccessDetail/index.tsx  |  6 ++--
 .../src/pages/ApprovalDetail/Access.tsx            |  2 +-
 .../src/pages/ApprovalDetail/AccessConfig.tsx      |  7 +++--
 .../src/pages/ApprovalDetail/Steps.tsx             |  4 +--
 .../src/pages/ApprovalDetail/index.tsx             | 18 +++++------
 .../src/pages/Approvals/Applies/config.tsx         |  6 ++--
 .../src/pages/Approvals/Approvals/config.tsx       | 16 +++++-----
 33 files changed, 140 insertions(+), 142 deletions(-)