You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/01/10 08:41:00 UTC

[dolphinscheduler] branch dev updated (7bc1591 -> f5aca0f)

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

zhongjiajie pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 7bc1591  Enabling Route Forwarding (#7909)
     add f5aca0f  [Feature][UI Next] Add monitor master. (#7917)

No new revisions were added by this update.

Summary of changes:
 .../src/components/chart/modules/Gauge.tsx         |   9 +-
 .../src/components/modal/index.module.scss         |   4 +-
 .../src/components/modal/index.tsx                 |  12 +-
 .../layouts/content/components/sidebar/index.tsx   |   1 -
 .../src/layouts/content/index.tsx                  |  10 +-
 .../src/locales/modules/en_US.ts                   |  10 ++
 .../src/locales/modules/zh_CN.ts                   |  10 ++
 .../src/router/modules/monitor.ts                  |   2 +-
 .../src/service/modules/monitor/types.ts           |  12 +-
 .../servers/{db => master}/index.module.scss       |  35 ++++--
 .../src/views/monitor/servers/master/index.tsx     | 136 +++++++++++++++++++++
 .../{db/use-database.ts => master/use-master.ts}   |  10 +-
 12 files changed, 219 insertions(+), 32 deletions(-)
 copy dolphinscheduler-ui-next/src/views/monitor/servers/{db => master}/index.module.scss (74%)
 create mode 100644 dolphinscheduler-ui-next/src/views/monitor/servers/master/index.tsx
 copy dolphinscheduler-ui-next/src/views/monitor/servers/{db/use-database.ts => master/use-master.ts} (80%)