Skip to content

Commit 49df3b4

Browse files
authored
Display gc progress information in running state (#21974)
fix #21411 Signed-off-by: stonezdj <[email protected]>
1 parent bc8653a commit 49df3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portal/src/app/base/left-side-nav/clearing-job/gc-page/gc/gc-history/gc-history.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,6 @@ export class GcHistoryComponent implements OnInit, OnDestroy {
284284
}
285285

286286
shouldShowDetails(status: string): boolean {
287-
return status !== JOB_STATUS.PENDING && status !== JOB_STATUS.RUNNING;
287+
return status !== JOB_STATUS.PENDING;
288288
}
289289
}

0 commit comments

Comments
 (0)