From 33d3aef9f56f0b265ef83e8ae0d74017870451ab Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 9 Jul 2021 16:14:25 -0400 Subject: [PATCH] yamlize gridpos --- salt/grafana/panels/system_uptime.json.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/grafana/panels/system_uptime.json.jinja b/salt/grafana/panels/system_uptime.json.jinja index 318192edb..a90004ff8 100644 --- a/salt/grafana/panels/system_uptime.json.jinja +++ b/salt/grafana/panels/system_uptime.json.jinja @@ -18,10 +18,10 @@ "overrides": [] }, "gridPos": { - "h": 5, - "w": 4, - "x": 4, - "y": 0 + "x": {{ PANELS.system_uptime.gridPos.x }}, + "y": {{ PANELS.system_uptime.gridPos.y }}, + "w": {{ PANELS.system_uptime.gridPos.w }}, + "h": {{ PANELS.system_uptime.gridPos.h }} }, "id": 39, "options": {