Skip to content

Commit d8d8fa4

Browse files
committed
ui: remove standby poller job progress bar
Epic: none Release note: none
1 parent 7bab4f7 commit d8d8fa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/ui/workspaces/cluster-ui/src/jobs/util/jobOptions.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export function jobToVisual(job: Job): JobStatusVisual {
2525
if (job.type === "REPLICATION STREAM PRODUCER") {
2626
return JobStatusVisual.BadgeOnly;
2727
}
28+
if (job.type === "STANDBY READ TS POLLER") {
29+
return JobStatusVisual.BadgeOnly;
30+
}
2831
if (
2932
job.type === "REPLICATION STREAM INGESTION" ||
3033
job.type === "LOGICAL REPLICATION"

0 commit comments

Comments
 (0)