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/01/20 04:47:52 UTC

[incubator-inlong] branch master updated (5a8a71f -> a99b53b)

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/incubator-inlong.git.


    from 5a8a71f  [INLONG-2210] package inlong-manager-web as inlong-manager (#2212)
     add a99b53b  [INLONG-2207] Add component about charts (#2213)

No new revisions were added by this update.

Summary of changes:
 inlong-dashboard/package-lock.json                 |  30 ++---
 inlong-dashboard/package.json                      |   2 +-
 .../src/components/Charts/generate-config.ts       | 130 +++++++++++++++++++++
 inlong-dashboard/src/components/Charts/index.tsx   | 116 ++++++++++++++++++
 inlong-dashboard/src/utils/index.ts                |  18 +++
 5 files changed, 280 insertions(+), 16 deletions(-)
 create mode 100644 inlong-dashboard/src/components/Charts/generate-config.ts
 create mode 100644 inlong-dashboard/src/components/Charts/index.tsx