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 713dbb2 commit cde492aCopy full SHA for cde492a
site/frontend/src/pages/status_new/collector.vue
@@ -59,7 +59,7 @@ function ActiveStatus({collector}: {collector: CollectorConfig}) {
59
const allJobsComplete = collector.jobs.every(
60
(job) => job.status === "Failed" || job.status === "Success"
61
);
62
- if (allJobsComplete || collector.jobs.length === 0) {
+ if (allJobsComplete) {
63
statusText = "Waiting";
64
statusClass = "waiting";
65
} else {
0 commit comments