Skip to content

Commit

Permalink
[INLONG-9114][Dashboard] Stream log query parameter optimization (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewang authored Oct 26, 2023
1 parent 0abbc5d commit 7d277b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlong-dashboard/src/ui/components/GroupLogs/GroupLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 7d277b1

Please sign in to comment.