Devenv: Fixed devenv dashboard template var datasource (#21715)

pull/21724/head
Torkel Ödegaard 6 years ago committed by GitHub
parent 198f561541
commit b28eac2626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      devenv/dev-dashboards/feature-templating/testdata-nested-variables-drilldown.json

@ -222,7 +222,7 @@
"text": "A",
"value": ["A"]
},
"datasource": "TestData DB-1",
"datasource": "gdev-testdata",
"definition": "*",
"hide": 0,
"includeAll": true,
@ -247,7 +247,7 @@
"text": "AA",
"value": ["AA"]
},
"datasource": "TestData DB-1",
"datasource": "gdev-testdata",
"definition": "$datacenter.*",
"hide": 0,
"includeAll": true,

Loading…
Cancel
Save