We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9252924 + 5467903 commit 9fb68fbCopy full SHA for 9fb68fb
site/frontend/src/pages/status/collector.vue
@@ -27,7 +27,7 @@ const ACTIVE_FILTERS: Ref<Record<BenchmarkJobStatus, boolean>> = ref({
27
Failed: true,
28
});
29
30
-const showJobs: Ref<boolean> = ref(false);
+const showJobs: Ref<boolean> = ref(true);
31
32
function filterJobByStatus(status: string) {
33
ACTIVE_FILTERS.value[status] = !ACTIVE_FILTERS.value[status];
0 commit comments