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 7bab4f7 commit d8d8fa4Copy full SHA for d8d8fa4
pkg/ui/workspaces/cluster-ui/src/jobs/util/jobOptions.tsx
@@ -25,6 +25,9 @@ export function jobToVisual(job: Job): JobStatusVisual {
25
if (job.type === "REPLICATION STREAM PRODUCER") {
26
return JobStatusVisual.BadgeOnly;
27
}
28
+ if (job.type === "STANDBY READ TS POLLER") {
29
+ return JobStatusVisual.BadgeOnly;
30
+ }
31
if (
32
job.type === "REPLICATION STREAM INGESTION" ||
33
job.type === "LOGICAL REPLICATION"
0 commit comments