Merge pull request #48 from amacado/fix/datasource-variable
fix error in variable $dataSource/{DS_INFLUXDB}
This commit is contained in:
commit
609bf7148a
@ -1941,7 +1941,7 @@
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
"datasource": "${DS_INFLUXDB}",
|
||||
"datasource": "$dataSource",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@ -2232,7 +2232,7 @@
|
||||
"valueName": "total"
|
||||
},
|
||||
{
|
||||
"datasource": "${DS_INFLUXDB}",
|
||||
"datasource": "$dataSource",
|
||||
"description": "",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
@ -2839,7 +2839,7 @@
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${DS_INFLUXDB}",
|
||||
"datasource": "$dataSource",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user