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 b807c67 Close the FileOutputStream in FileUtils.java file (#7937)
add 8a4ae60 [Feature][UI Next]Added the tenant management page (#7945)
No new revisions were added by this update.
Summary of changes:
.../layouts/content/components/sidebar/index.tsx | 1 +
.../src/router/modules/security.ts | 2 +-
dolphinscheduler-ui-next/src/store/menu/menu.ts | 2 +-
.../security/tenant/components/tenant-modal.tsx | 64 ++++++++++
.../security/tenant}/index.module.scss | 24 ++--
.../src/views/security/tenant/index.tsx | 91 +++++++++++++++
.../src/views/security/tenant/use-table.ts | 129 +++++++++++++++++++++
7 files changed, 301 insertions(+), 12 deletions(-)
create mode 100644
dolphinscheduler-ui-next/src/views/security/tenant/components/tenant-modal.tsx
copy dolphinscheduler-ui-next/src/{layouts/content/components/navbar =>
views/security/tenant}/index.module.scss (80%)
create mode 100644 dolphinscheduler-ui-next/src/views/security/tenant/index.tsx
create mode 100644
dolphinscheduler-ui-next/src/views/security/tenant/use-table.ts