Summary
In the Cue modal's Sessions With Cue table, the Pipelines column shows colored dots for each pipeline on an agent but never surfaces a numeric count. When an agent has more than one pipeline this is hard to read at a glance — and when several agents are listed it becomes very easy to miss that an agent has additional pipelines beyond the first one or two visible dots. Adding an explicit count (e.g. ●●● 3 or 3 pipelines) when pipelineCount > 1 would make the surface honest about how much is configured.
Repro / observed behavior
Shows that the agent does in fact have multiple pipelines configured, visible only after clicking into the dropdown.
Several agents are present but the column doesn't communicate which ones own multiple pipelines and the red and orange are missing. Without a count, the user assumes one pipeline per agent and is confused where their pipeline is.
Expected
The Pipelines column should show a numeric count alongside the dots whenever an agent has > 1 pipeline. Examples of acceptable presentations:
●●● ×3
3 ●●●
● ● ● (3)
- A small badge
3 overlaid on the dot cluster
Single-pipeline rows can keep the bare dot — adding ×1 everywhere would be noise.
Why this matters
Suggested fix
In the Sessions table cell renderer for the Pipelines column, append a count whenever the pipeline list has more than one entry. The count is already known at render time (it's the source of the dots).
Related
Summary
In the Cue modal's Sessions With Cue table, the Pipelines column shows colored dots for each pipeline on an agent but never surfaces a numeric count. When an agent has more than one pipeline this is hard to read at a glance — and when several agents are listed it becomes very easy to miss that an agent has additional pipelines beyond the first one or two visible dots. Adding an explicit count (e.g.
●●● 3or3 pipelines) whenpipelineCount > 1would make the surface honest about how much is configured.Repro / observed behavior
Expected
The Pipelines column should show a numeric count alongside the dots whenever an agent has
> 1pipeline. Examples of acceptable presentations:●●● ×33 ●●●● ● ● (3)3overlaid on the dot clusterSingle-pipeline rows can keep the bare dot — adding
×1everywhere would be noise.Why this matters
Suggested fix
In the Sessions table cell renderer for the Pipelines column, append a count whenever the pipeline list has more than one entry. The count is already known at render time (it's the source of the dots).
Related
task.pendingfirst-scan seeding