fix gridPos

This commit is contained in:
m0duspwnens
2021-11-08 12:39:23 -05:00
parent 5b70ff61d1
commit e2ee460fdd

View File

@@ -1,10 +1,10 @@
{ {
"id": 445552, "id": 445552,
"gridPos": { "gridPos": {
"x": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.x }}, "x": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.x }},
"y": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.y }}, "y": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.y }},
"w": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.w }}, "w": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.w }},
"h": {{ PANELS.elasticsearch_pipeline_time_nontc_graph.gridPos.h }} "h": {{ PANELS.elasticsearch_pipeline_time_tc_graph.gridPos.h }}
}, },
"type": "timeseries", "type": "timeseries",
"title": "Pipeline Time", "title": "Pipeline Time",