You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/02/22 11:52:52 UTC

[dolphinscheduler] branch dev updated (843ab3f -> 0124aa0)

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

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


    from 843ab3f  [Fix][UI Next] Fix styling issues under Project.
     add 0124aa0  [Fix][UI Next] fix user-page lacks authorization button (#8491)

No new revisions were added by this update.

Summary of changes:
 .../src/locales/modules/en_US.ts                   |  15 +-
 .../src/locales/modules/zh_CN.ts                   |  15 +-
 .../src/service/modules/data-source/index.ts       |   4 +-
 .../src/service/modules/projects/index.ts          |   4 +-
 .../src/service/modules/resources/index.ts         |   8 +-
 .../src/service/modules/users/index.ts             |   8 +-
 .../security/user-manage/components/use-modal.ts   | 249 +++++++++++++++++++--
 .../security/user-manage/components/user-modal.tsx |  62 ++++-
 .../src/views/security/user-manage/index.tsx       |  10 +-
 .../src/views/security/user-manage/use-table.tsx   |  48 +++-
 10 files changed, 383 insertions(+), 40 deletions(-)