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.
1 parent 9252924 commit 5467903Copy full SHA for 5467903
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