From 9466b828703470e4648e9bfd5bf287d0fda89c46 Mon Sep 17 00:00:00 2001 From: iris Date: Thu, 17 Sep 2026 18:56:22 +0200 Subject: [PATCH] swarm-grafana: move CLAUDE.md size to the health tab, not activity mara: "claude md size is agent health not activity." Moves panel-33 from the activity tab to health (below the storage bargauge), content untouched. --- .../swarm-grafana/dashboards/agents.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/nix/host-modules/swarm-grafana/dashboards/agents.json b/nix/host-modules/swarm-grafana/dashboards/agents.json index a9b8b7ed..e30ae9f0 100644 --- a/nix/host-modules/swarm-grafana/dashboards/agents.json +++ b/nix/host-modules/swarm-grafana/dashboards/agents.json @@ -1403,19 +1403,6 @@ "name": "panel-32" } } - }, - { - "kind": "GridLayoutItem", - "spec": { - "x": 0, - "y": 11, - "width": 24, - "height": 8, - "element": { - "kind": "ElementReference", - "name": "panel-33" - } - } } ] } @@ -1533,6 +1520,19 @@ "name": "panel-30" } } + }, + { + "kind": "GridLayoutItem", + "spec": { + "x": 0, + "y": 15, + "width": 24, + "height": 8, + "element": { + "kind": "ElementReference", + "name": "panel-33" + } + } } ] }