From 7b05656e175a7962106b7021708271853c3dd9b8 Mon Sep 17 00:00:00 2001 From: iris Date: Mon, 3 Aug 2026 19:38:44 +0200 Subject: [PATCH] =?UTF-8?q?tabs.js:=20fix=20stale=20comment=20=E2=80=94=20?= =?UTF-8?q?rebuild=5Fqueue=5Fchanged=20feeds=20the=20queue-summary=20banne?= =?UTF-8?q?r=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/packages/dashboard/src/tabs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/packages/dashboard/src/tabs.js b/frontend/packages/dashboard/src/tabs.js index 7b3a817f..70e9560a 100644 --- a/frontend/packages/dashboard/src/tabs.js +++ b/frontend/packages/dashboard/src/tabs.js @@ -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,