You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by le...@apache.org on 2022/08/19 06:48:51 UTC

[inlong] branch master updated (50c98c485 -> 23a424d7b)

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

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


    from 50c98c485 [INLONG-5596][Dashboard] Support locales extends (#5597)
     add 23a424d7b [INLONG-5592][Dashboard] HighSelect support addonAfter prop (#5593)

No new revisions were added by this update.

Summary of changes:
 inlong-dashboard/package-lock.json                 | 1174 ++++++++++++--------
 inlong-dashboard/package.json                      |    6 +-
 .../src/components/HighSelect/index.tsx            |   10 +-
 .../{StaffSelect => UserSelect}/index.tsx          |   17 +-
 inlong-dashboard/src/locales/cn.json               |    1 +
 inlong-dashboard/src/locales/en.json               |    1 +
 inlong-dashboard/src/metas/clusters/index.tsx      |    4 +-
 inlong-dashboard/src/metas/consumption/index.tsx   |    4 +-
 inlong-dashboard/src/metas/group/index.tsx         |    4 +-
 .../src/pages/ClusterTags/TagDetailModal.tsx       |    4 +-
 .../src/pages/GroupDetail/Info/index.tsx           |    2 -
 .../src/pages/ProcessManagement/DetailModal.tsx    |    4 +-
 12 files changed, 729 insertions(+), 502 deletions(-)
 rename inlong-dashboard/src/components/{StaffSelect => UserSelect}/index.tsx (90%)