tabs.js: fix stale comment — rebuild_queue_changed feeds the queue-summary banner only

This commit is contained in:
iris 2026-08-03 19:38:44 +02:00 committed by mara
commit 7b05656e17

View file

@ -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,