You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by wa...@apache.org on 2022/01/13 01:54:48 UTC

[dolphinscheduler] branch dev updated (ecaeade -> 2e53064)

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

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


    from ecaeade  Fix global params cannot transport into sub_process (#7969) (#7973)
     add 2e53064  [Feature][UI Next]Improve the tenant Modal (#7972)

No new revisions were added by this update.

Summary of changes:
 .../layouts/content/components/sidebar/index.tsx   |  1 +
 .../security/tenant/components/tenant-modal.tsx    | 60 +++++++++++---
 .../security/tenant/components/use-modalData.ts    | 94 ++++++++++++++++++++++
 .../src/views/security/tenant/index.tsx            |  8 +-
 .../src/views/security/tenant/use-table.ts         | 60 +++++++++-----
 5 files changed, 187 insertions(+), 36 deletions(-)
 create mode 100644 dolphinscheduler-ui-next/src/views/security/tenant/components/use-modalData.ts