diff --git a/frontend/packages/dashboard/src/tabs.js b/frontend/packages/dashboard/src/tabs.js index cd2a5bee..2b86d4a2 100644 --- a/frontend/packages/dashboard/src/tabs.js +++ b/frontend/packages/dashboard/src/tabs.js @@ -178,7 +178,7 @@ window.marked = marked; // agent rebuild ripple) runs in the background. Cold-loaded from // `s.meta_update_running`, then flipped live by the // `meta_update_running` event. Drives the META INPUTS panel's - // disabled "updating…" state (issue #259). + // disabled "updating…" state. let metaUpdateRunning = false; function syncTombstonesFromSnapshot(s) { tombstonesState = (s.tombstones || []).slice(); @@ -802,7 +802,7 @@ window.marked = marked; // and own descendants on the client side; the // backend rechecks via `topology::set_parent`). // - // Backend lives at POST /api/topology/set-parent (dashboard.rs#2170), + // Backend lives at POST /api/topology/set-parent (dashboard.rs), // form-encoded `child=&new_parent=`. The // backend re-emits container snapshots on success, so the tree // repaints without a separate refresh. @@ -830,11 +830,10 @@ window.marked = marked; }); // M0V3 → : inline `