This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 6b9da03b43 [INLONG-9523][Manager] Fix the problem of sink remains in
configuration after standalone cluster allocation failure (#9553)
add e91719bfcc [INLONG-9550][Dashboard] System operation and maintenance
supports query and audit through Gorupid and Stream id (#9551)
No new revisions were added by this update.
Summary of changes:
inlong-dashboard/src/configs/routes/conf.ts | 7 +-
inlong-dashboard/src/ui/locales/cn.json | 10 +-
inlong-dashboard/src/ui/locales/en.json | 10 +-
.../IdModule}/config.tsx | 117 +++++++++++----------
.../IdModule}/index.tsx | 60 +++++------
.../IpModule}/config.tsx | 57 +++-------
.../IpModule}/index.tsx | 48 ++++-----
.../src/ui/pages/ModuleAudit/index.tsx | 81 ++++++++++++++
8 files changed, 226 insertions(+), 164 deletions(-)
copy inlong-dashboard/src/ui/pages/{ModuleAuditDashboard =>
ModuleAudit/IdModule}/config.tsx (64%)
copy inlong-dashboard/src/ui/pages/{ModuleAuditDashboard =>
ModuleAudit/IdModule}/index.tsx (68%)
rename inlong-dashboard/src/ui/pages/{ModuleAuditDashboard =>
ModuleAudit/IpModule}/config.tsx (71%)
rename inlong-dashboard/src/ui/pages/{ModuleAuditDashboard =>
ModuleAudit/IpModule}/index.tsx (75%)
create mode 100644 inlong-dashboard/src/ui/pages/ModuleAudit/index.tsx