diff --git a/frontend/packages/dashboard/src/tabs.js b/frontend/packages/dashboard/src/tabs.js index c822e739..38a20e39 100644 --- a/frontend/packages/dashboard/src/tabs.js +++ b/frontend/packages/dashboard/src/tabs.js @@ -708,7 +708,7 @@ window.marked = marked; // Per-container journald viewer. Opens the side panel and // fetches the last N lines; refresh re-fetches; unit selector // narrows to the harness service (or empty = full machine). - const journalUnit = c.is_manager ? 'hive-m1nd.service' : 'hive-ag3nt.service'; + const journalUnit = 'hive-ag3nt.service'; drill.append(buildJournalTrigger(c.container, journalUnit)); // Build-log viewer: lists recent nix build / nixos-container // invocations for this agent, with click-to-expand full @@ -2486,17 +2486,24 @@ window.marked = marked; // Targets multi-select chip box — shared between the new-schedule // form and the edit-schedule form. Same DOM shape, same candidate - // list (containers + operator + manager); only the chip element id + // list (containers + operator + root); only the chip element id // prefix and checkbox field name vary. Used to be inlined twice in // near-identical 18-line blocks; consolidated here so a future // change (new chip kind, candidate-list source swap, etc.) lives in // one place. Returns the wrapping `