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 e094f62 Fix the routing problem of project management module (#8236)
add c64c66e [Feature][UI Next] Add monitor statistics audit log. (#8238)
No new revisions were added by this update.
Summary of changes:
.../src/layouts/content/use-dataList.ts | 4 +
.../src/locales/modules/en_US.ts | 16 ++
.../src/locales/modules/zh_CN.ts | 16 ++
.../src/router/modules/monitor.ts | 9 ++
.../src/service/modules/{login => audit}/index.ts | 10 +-
.../src/service/modules/{queues => audit}/types.ts | 38 +++--
.../statistics/audit-log}/index.module.scss | 0
.../statistics/audit-log}/index.tsx | 81 +++++-----
.../statistics/audit-log}/use-table.ts | 101 +++++-------
.../src/views/projects/workflow/relation/index.tsx | 174 ++++++++++-----------
10 files changed, 232 insertions(+), 217 deletions(-)
copy dolphinscheduler-ui-next/src/service/modules/{login => audit}/index.ts
(82%)
copy dolphinscheduler-ui-next/src/service/modules/{queues => audit}/types.ts
(69%)
copy dolphinscheduler-ui-next/src/views/{projects/task/instance =>
monitor/statistics/audit-log}/index.module.scss (100%)
copy dolphinscheduler-ui-next/src/views/{projects/task/instance =>
monitor/statistics/audit-log}/index.tsx (66%)
copy dolphinscheduler-ui-next/src/views/{security/yarn-queue-manage =>
monitor/statistics/audit-log}/use-table.ts (50%)