From 0a341812d24bf878cce94a0504eca6e6cb0998a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 30 May 2022 17:15:35 +0200 Subject: [PATCH] devenv: Fix data source uid for default gdev-testdata (#49820) --- ...peating-panel-and-horizontal-repeating-panel.json | 2 +- devenv/dev-dashboards/home.json | 12 ++++++------ .../panel-barchart/barchart-autosizing.json | 12 ++++++------ .../panel-candlestick/candlestick.json | 8 ++++---- .../panel-geomap/geomap_multi-layers.json | 4 ++-- devenv/dev-dashboards/panel-geomap/panel-geomap.json | 8 ++++---- .../dev-dashboards/panel-timeline/timeline-demo.json | 8 ++++---- .../panel-timeline/timeline-modes.json | 6 +++--- 8 files changed, 30 insertions(+), 30 deletions(-) diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-non-repeating-panel-and-horizontal-repeating-panel.json b/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-non-repeating-panel-and-horizontal-repeating-panel.json index d8b992a141d..3a2e6bb18b5 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-non-repeating-panel-and-horizontal-repeating-panel.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-non-repeating-panel-and-horizontal-repeating-panel.json @@ -33,7 +33,7 @@ "collapsed": false, "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 1, diff --git a/devenv/dev-dashboards/home.json b/devenv/dev-dashboards/home.json index dad2b883a33..c8a2b649d6a 100644 --- a/devenv/dev-dashboards/home.json +++ b/devenv/dev-dashboards/home.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 26, @@ -58,7 +58,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 13, @@ -89,7 +89,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 13, @@ -122,7 +122,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 26, @@ -155,7 +155,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 13, @@ -188,7 +188,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "gridPos": { "h": 13, diff --git a/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json b/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json index 74972a2ad2e..189f651828b 100644 --- a/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json +++ b/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -112,7 +112,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "description": "Should be smaller given the longer value", "fieldConfig": { @@ -195,7 +195,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -276,7 +276,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -438,7 +438,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -520,7 +520,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "description": "", "fieldConfig": { diff --git a/devenv/dev-dashboards/panel-candlestick/candlestick.json b/devenv/dev-dashboards/panel-candlestick/candlestick.json index cb742b603aa..7f25fb65afd 100644 --- a/devenv/dev-dashboards/panel-candlestick/candlestick.json +++ b/devenv/dev-dashboards/panel-candlestick/candlestick.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -179,7 +179,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -268,7 +268,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -357,7 +357,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { diff --git a/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json b/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json index eea69f59c31..0bc2677412c 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json +++ b/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -324,7 +324,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { diff --git a/devenv/dev-dashboards/panel-geomap/panel-geomap.json b/devenv/dev-dashboards/panel-geomap/panel-geomap.json index 34dea0bb032..cbeb86e8fe8 100644 --- a/devenv/dev-dashboards/panel-geomap/panel-geomap.json +++ b/devenv/dev-dashboards/panel-geomap/panel-geomap.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -129,7 +129,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -231,7 +231,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -325,7 +325,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { diff --git a/devenv/dev-dashboards/panel-timeline/timeline-demo.json b/devenv/dev-dashboards/panel-timeline/timeline-demo.json index cbdc58fcbe0..fbee94b84aa 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-demo.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-demo.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -133,7 +133,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -239,7 +239,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "description": "Should show gaps", "fieldConfig": { @@ -345,7 +345,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { diff --git a/devenv/dev-dashboards/panel-timeline/timeline-modes.json b/devenv/dev-dashboards/panel-timeline/timeline-modes.json index 5916d533f52..aa614819397 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-modes.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-modes.json @@ -31,7 +31,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -213,7 +213,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": { @@ -290,7 +290,7 @@ { "datasource": { "type": "testdata", - "uid": "3fuUBUNGz" + "uid": "PD8C576611E62080A" }, "fieldConfig": { "defaults": {