tabs.js: fix stale comment — rebuild_queue_changed feeds the queue-summary banner only
This commit is contained in:
parent
17f61d1da6
commit
7b05656e17
1 changed files with 3 additions and 1 deletions
|
|
@ -313,7 +313,9 @@ window.marked = marked;
|
|||
container_removed: applyContainerRemoved,
|
||||
// tombstones_changed / meta_inputs_changed / meta_update_running are
|
||||
// handled on /core.html now (the SYST3M panels moved there).
|
||||
// rebuild_queue_changed stays: it refreshes the SW4RM badges.
|
||||
// rebuild_queue_changed stays: it refreshes the SW4RM queue-summary
|
||||
// banner (see swarm.js — the per-agent badges it fed too, before
|
||||
// mara's "only show what is running" ask, are transient-only now).
|
||||
rebuild_queue_changed: applyRebuildQueueChanged,
|
||||
schedules_changed: applySchedulesChanged,
|
||||
capabilities_changed: applyCapabilitiesChanged,
|
||||
|
|
|
|||
Loading…
Reference in a new issue