fix: workflow log status filter add parial success status (#24977)

This commit is contained in:
Novice
2025-09-02 16:24:03 +08:00
committed by GitHub
parent 7b379e2a61
commit 68c75f221b
2 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ const Filter: FC<IFilterProps> = ({ queryParams, setQueryParams }: IFilterProps)
{ value: 'succeeded', name: 'Success' },
{ value: 'failed', name: 'Fail' },
{ value: 'stopped', name: 'Stop' },
{ value: 'partial-succeeded', name: 'Partial Success' },
]}
/>
<Chip