From ea3fc880388e80e6509ff298b90b7836f6cf58e2 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 18 Jan 2026 14:49:31 -0800 Subject: [PATCH] Fix borgmatic dashboard layout - move BSBS to bottom Moved "Backup Size by Source" panel to the bottom row so it doesn't push "Repository Disk Usage Over Time" down. Now the two time series graphs sit side by side as intended. Co-Authored-By: Claude Opus 4.5 --- ansible/roles/grafana/files/dashboards/borgmatic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/grafana/files/dashboards/borgmatic.json b/ansible/roles/grafana/files/dashboards/borgmatic.json index d2233ed..7308448 100644 --- a/ansible/roles/grafana/files/dashboards/borgmatic.json +++ b/ansible/roles/grafana/files/dashboards/borgmatic.json @@ -496,7 +496,7 @@ }, "overrides": [] }, - "gridPos": { "h": 8, "w": 8, "x": 16, "y": 4 }, + "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, "id": 14, "options": { "displayMode": "basic",