tabs.js: collapse stale dangling sentence in per-card actions comment (argus #728)

When I rewrote the original 'Per-card action buttons … moved into
the sticky #selection-bar (see renderSelectionBar) which appears
when the operator has at least one agent selected via the icon
click' comment to use the docs ref, I shrunk part of it but left
the second sentence as a dangling fragment glued onto the new
short ref. Collapse cleanly: docs ref + the still-useful
`needs update ↻` chip note.
This commit is contained in:
iris 2026-05-31 12:15:37 +02:00 committed by Mara
commit 10097bb9b6

View file

@ -700,12 +700,9 @@ window.marked = marked;
// Per-card action buttons (R3ST4RT / ST0P / ST4RT / R3BU1LD /
// DESTR0Y / PURG3) moved to the selection bar — see
// docs/web-ui.md::Selection bar. Actions
// moved into the sticky #selection-bar (see renderSelectionBar)
// which appears when the operator has at least one agent
// selected via the icon click. The contextual `needs update ↻`
// docs/web-ui.md::Selection bar. The contextual `needs update ↻`
// chip in the head row stays — it's a state-hint, not an
// action button per se.
// action button.
// ── drill-ins ────────────────────────────────────────────────
const drill = el('div', { class: 'drill-ins' });