Commit 8f691115 by Torkel Ödegaard Committed by GitHub

Table: Updates devenv test dashboard after change to TestData Randrom Table response (#30927)

parent f081df0a
...@@ -33,9 +33,13 @@ ...@@ -33,9 +33,13 @@
"datasource": "gdev-testdata", "datasource": "gdev-testdata",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": {
"mode": "thresholds"
},
"custom": { "custom": {
"align": "center", "align": "center",
"displayMode": "color-background" "displayMode": "color-background",
"filterable": false
}, },
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
...@@ -128,7 +132,7 @@ ...@@ -128,7 +132,7 @@
} }
] ]
}, },
"pluginVersion": "7.1.0-pre", "pluginVersion": "7.5.0-pre",
"targets": [ "targets": [
{ {
"refId": "A", "refId": "A",
...@@ -144,7 +148,11 @@ ...@@ -144,7 +148,11 @@
{ {
"id": "reduce", "id": "reduce",
"options": { "options": {
"reducers": ["max", "mean", "last"] "reducers": [
"max",
"mean",
"last"
]
} }
} }
], ],
...@@ -154,8 +162,12 @@ ...@@ -154,8 +162,12 @@
"datasource": "gdev-testdata", "datasource": "gdev-testdata",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": {
"mode": "thresholds"
},
"custom": { "custom": {
"align": null "align": null,
"filterable": false
}, },
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
...@@ -176,7 +188,7 @@ ...@@ -176,7 +188,7 @@
{ {
"matcher": { "matcher": {
"id": "byName", "id": "byName",
"options": "Value" "options": "A"
}, },
"properties": [ "properties": [
{ {
...@@ -251,7 +263,7 @@ ...@@ -251,7 +263,7 @@
} }
] ]
}, },
"pluginVersion": "7.1.0-pre", "pluginVersion": "7.5.0-pre",
"targets": [ "targets": [
{ {
"refId": "A", "refId": "A",
...@@ -287,8 +299,12 @@ ...@@ -287,8 +299,12 @@
"description": "", "description": "",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": {
"mode": "thresholds"
},
"custom": { "custom": {
"align": null "align": null,
"filterable": false
}, },
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
...@@ -309,7 +325,7 @@ ...@@ -309,7 +325,7 @@
{ {
"matcher": { "matcher": {
"id": "byName", "id": "byName",
"options": "Value" "options": "A"
}, },
"properties": [ "properties": [
{ {
...@@ -335,7 +351,7 @@ ...@@ -335,7 +351,7 @@
"showHeader": true, "showHeader": true,
"sortBy": [] "sortBy": []
}, },
"pluginVersion": "7.1.0-pre", "pluginVersion": "7.5.0-pre",
"targets": [ "targets": [
{ {
"refId": "A", "refId": "A",
...@@ -387,9 +403,13 @@ ...@@ -387,9 +403,13 @@
"datasource": "gdev-testdata", "datasource": "gdev-testdata",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": {
"mode": "thresholds"
},
"custom": { "custom": {
"align": "center", "align": "center",
"displayMode": "color-text" "displayMode": "color-text",
"filterable": false
}, },
"decimals": 2, "decimals": 2,
"mappings": [], "mappings": [],
...@@ -459,7 +479,7 @@ ...@@ -459,7 +479,7 @@
"options": { "options": {
"showHeader": true "showHeader": true
}, },
"pluginVersion": "7.1.0-pre", "pluginVersion": "7.5.0-pre",
"targets": [ "targets": [
{ {
"alias": "S1", "alias": "S1",
...@@ -501,9 +521,13 @@ ...@@ -501,9 +521,13 @@
"datasource": "gdev-testdata", "datasource": "gdev-testdata",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": {
"mode": "thresholds"
},
"custom": { "custom": {
"align": "center", "align": "center",
"displayMode": "auto" "displayMode": "auto",
"filterable": false
}, },
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
...@@ -547,7 +571,7 @@ ...@@ -547,7 +571,7 @@
} }
] ]
}, },
"pluginVersion": "7.1.0-pre", "pluginVersion": "7.5.0-pre",
"targets": [ "targets": [
{ {
"refId": "A", "refId": "A",
...@@ -582,9 +606,12 @@ ...@@ -582,9 +606,12 @@
"type": "table" "type": "table"
} }
], ],
"schemaVersion": 25, "schemaVersion": 27,
"style": "dark", "style": "dark",
"tags": ["gdev", "panel-tests"], "tags": [
"gdev",
"panel-tests"
],
"templating": { "templating": {
"list": [] "list": []
}, },
...@@ -593,10 +620,20 @@ ...@@ -593,10 +620,20 @@
"to": "now" "to": "now"
}, },
"timepicker": { "timepicker": {
"refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] "refresh_intervals": [
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
]
}, },
"timezone": "", "timezone": "",
"title": "Panel Tests - React Table", "title": "Panel Tests - React Table",
"uid": "U_bZIMRMk", "uid": "U_bZIMRMk",
"version": 17 "version": 1
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment