From e2ee460fdde15c3c7358cda91a8a430514676d2b Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 8 Nov 2021 12:39:23 -0500 Subject: [PATCH] fix gridPos --- .../elasticsearch_pipeline_time_tc_graph.json.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/grafana/panels/elasticsearch_pipeline_time_tc_graph.json.jinja b/salt/grafana/panels/elasticsearch_pipeline_time_tc_graph.json.jinja index 185649598..343610617 100644 --- a/salt/grafana/panels/elasticsearch_pipeline_time_tc_graph.json.jinja +++ b/salt/grafana/panels/elasticsearch_pipeline_time_tc_graph.json.jinja @@ -1,10 +1,10 @@ { "id": 445552, "gridPos": { - "x": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.x }}, - "y": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.y }}, - "w": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.w }}, - "h": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.h }} + "x": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.x }}, + "y": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.y }}, + "w": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.w }}, + "h": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.h }} }, "type": "timeseries", "title": "Pipeline Time",