Skip to content

Commit 5467903

Browse files
committed
Show collector jobs by default
1 parent 9252924 commit 5467903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ACTIVE_FILTERS: Ref<Record<BenchmarkJobStatus, boolean>> = ref({
2727
Failed: true,
2828
});
2929
30-
const showJobs: Ref<boolean> = ref(false);
30+
const showJobs: Ref<boolean> = ref(true);
3131
3232
function filterJobByStatus(status: string) {
3333
ACTIVE_FILTERS.value[status] = !ACTIVE_FILTERS.value[status];

0 commit comments

Comments
 (0)