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/17 06:36:21 UTC

[inlong] branch master updated (4c9693228 -> 79619575a)

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 4c9693228 [INLONG-5559][Manager] Supplement the workflow approver API in the manager client (#5572)
     add 79619575a [INLONG-5574][Dashboard] Support extended consumption fields (#5575)

No new revisions were added by this update.

Summary of changes:
 .../src/components/FormGenerator/FormGenerator.tsx |  13 +-
 .../src/components/FormGenerator/index.tsx         |   6 +-
 .../metas/{group => consumption}/extends/index.tsx |   4 +-
 inlong-dashboard/src/metas/consumption/index.tsx   | 420 ++++++++++++---------
 .../consumption}/status.tsx                        |   0
 .../src/pages/ConsumeDashboard/config.tsx          | 134 ++-----
 .../src/pages/ConsumeDetail/Info/config.tsx        |  37 +-
 .../src/pages/ConsumeDetail/Info/index.tsx         |   7 +-
 .../src/pages/ProcessDetail/Consume.tsx            |  14 +-
 .../src/pages/ProcessDetail/ConsumeConfig.tsx      |  30 +-
 10 files changed, 313 insertions(+), 352 deletions(-)
 copy inlong-dashboard/src/metas/{group => consumption}/extends/index.tsx (89%)
 rename inlong-dashboard/src/{pages/ConsumeDashboard => metas/consumption}/status.tsx (100%)