This is an automated email from the ASF dual-hosted git repository.

lzwang 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 073ffb34db [INLONG-8983][Dashboard] Log component query optimization 
(#8984)
073ffb34db is described below

commit 073ffb34db69df9d1ee3872242a35bbf02fad915
Author: Lizhen <[email protected]>
AuthorDate: Mon Sep 25 16:07:10 2023 +0800

    [INLONG-8983][Dashboard] Log component query optimization (#8984)
---
 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 432ed29eb8..c868411526 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
-          ? 'inlongStreamId'
+          ? 'CREATE_STREAM_RESOURCE'
           : 
'CREATE_GROUP_RESOURCE,SUSPEND_GROUP_PROCESS,RESTART_GROUP_PROCESS,DELETE_GROUP_PROCESS',
         taskType: 'ServiceTask',
       },

Reply via email to