dashboard: replace agent-tab transient list with build-queue summary banner
The SW4RM tab rendered a per-transient spinner list above the container list, duplicating the running-step badge already shown on each agent card. Replace it with a single compact amber banner that appears when the rebuild queue has active (queued/running) entries — 'build queue — N running / M queued — view queue →', linking to the full queue on /core.html. Per-agent detail stays on the cards; the top of the tab just gives the at-a-glance summary + a jump to the queue. Closes #1817.
This commit is contained in:
parent
65895c6ebf
commit
6bb976ec72
3 changed files with 53 additions and 13 deletions
|
|
@ -767,6 +767,14 @@ per-agent actions and navigation links. Contents:
|
|||
agent is stale. Banner pulses on each broker SSE event
|
||||
(`pulseBanner` with a 4s grace timer).
|
||||
|
||||
**Build-queue summary banner** — when the rebuild queue has any
|
||||
`queued` / `running` entries, a compact amber banner sits above the
|
||||
container list: `◐ build queue — N running · M queued — view queue →`
|
||||
(the link goes to the C0R3 page's R3BU1LD QU3U3). It replaces the
|
||||
old per-transient spinner list; the actual running step for each
|
||||
agent is already shown on its card (transient + in-flight-queue
|
||||
badges), so the top of the tab only needs the at-a-glance summary.
|
||||
|
||||
### Themed dialogs
|
||||
|
||||
All confirmations, prompts, and transient error notices use an
|
||||
|
|
|
|||
Loading…
Reference in a new issue