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/08 06:10:39 UTC

[inlong] branch master updated (035e3d62f -> ce21ec60a)

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 035e3d62f [INLONG-5375][Sort] Iceberg-inlong connector lose its meta-inf (#5376)
     add ce21ec60a [INLONG-5351][Dashboard] Add the approval manager management tab to the navigation bar (#5378)

No new revisions were added by this update.

Summary of changes:
 inlong-dashboard/src/configs/menus/index.ts        | 11 ++++-
 inlong-dashboard/src/configs/routes/index.tsx      |  5 +++
 inlong-dashboard/src/i18n.ts                       |  4 ++
 inlong-dashboard/src/locales/cn.json               | 10 ++++-
 inlong-dashboard/src/locales/en.json               | 10 ++++-
 .../DetailModal.tsx                                | 51 +++++-----------------
 .../config.tsx                                     | 33 +++++++-------
 .../index.tsx                                      | 14 +++---
 8 files changed, 72 insertions(+), 66 deletions(-)
 copy inlong-dashboard/src/pages/{UserManagement => ApprovalManagement}/DetailModal.tsx (68%)
 copy inlong-dashboard/src/pages/{UserManagement => ApprovalManagement}/config.tsx (71%)
 copy inlong-dashboard/src/pages/{UserManagement => ApprovalManagement}/index.tsx (92%)