Skip to content

Commit e1025b8

Browse files
committed
PR Feedback; keep Failed jobs in the Collectors job list
1 parent 84b3215 commit e1025b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/status_new/collector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const ACTIVE_FILTERS: Ref<Record<BenchmarkJobStatus, boolean>> = ref({
2020
InProgress: true,
2121
Queued: true,
2222
Success: false,
23-
Failed: false,
23+
Failed: true,
2424
});
2525
2626
function filterJobByStatus(status: string) {

0 commit comments

Comments
 (0)