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 bb6cc76a02 [INLONG-10470][Audit] Optimize Audit Proxy configuration update retry logic (#10471) add cc9466ff1e [INLONG-10449][Dashboard] The field template for selecting a new data (#10460) No new revisions were added by this update. Summary of changes: .../plugins/groups/common/GroupDataTemplateInfo.ts | 1 + .../plugins/streams/common/StreamDefaultInfo.ts | 34 +---- .../src/ui/components/EditableTable/index.tsx | 37 +++++- .../ui/components/SelectTemplateModal/index.tsx | 147 +++++++++++++++++++++ inlong-dashboard/src/ui/locales/cn.json | 4 + inlong-dashboard/src/ui/locales/en.json | 4 + .../src/ui/pages/GroupDataTemplate/CreateModal.tsx | 2 +- .../GroupDetail/DataStream/StreamItemModal.tsx | 22 --- 8 files changed, 193 insertions(+), 58 deletions(-) create mode 100644 inlong-dashboard/src/ui/components/SelectTemplateModal/index.tsx