Skip to content

Cue dashboard: show pipeline count when an agent has more than one pipeline #870

@scriptease

Description

@scriptease

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

Image

Shows that the agent does in fact have multiple pipelines configured, visible only after clicking into the dropdown.

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions