This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new 7d277b198d [INLONG-9114][Dashboard] Stream log query parameter optimization (#9115) 7d277b198d is described below commit 7d277b198d139ec9e575c2ed7f94a3897317f273 Author: Lizhen <88174078+bluew...@users.noreply.github.com> AuthorDate: Thu Oct 26 12:24:44 2023 +0800 [INLONG-9114][Dashboard] Stream log query parameter optimization (#9115) --- inlong-dashboard/src/ui/components/GroupLogs/GroupLogs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inlong-dashboard/src/ui/components/GroupLogs/GroupLogs.tsx b/inlong-dashboard/src/ui/components/GroupLogs/GroupLogs.tsx index c868411526..6a0ec547ef 100644 --- a/inlong-dashboard/src/ui/components/GroupLogs/GroupLogs.tsx +++ b/inlong-dashboard/src/ui/components/GroupLogs/GroupLogs.tsx @@ -56,7 +56,7 @@ const Comp: React.FC<Props> = ({ inlongGroupId, inlongStreamId, processNames: inlongStreamId - ? 'CREATE_STREAM_RESOURCE' + ? 'CREATE_STREAM_RESOURCE,SUSPEND_STREAM_RESOURCE,RESTART_STREAM_RESOURCE,DELETE_STREAM_RESOURCE' : 'CREATE_GROUP_RESOURCE,SUSPEND_GROUP_PROCESS,RESTART_GROUP_PROCESS,DELETE_GROUP_PROCESS', taskType: 'ServiceTask', },