Skip to content

Commit

Permalink
fix datasource again in pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Nov 12, 2023
1 parent 153d235 commit 7c80db8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions chart/files/caas-carbon-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -262,7 +262,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -280,7 +280,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -298,7 +298,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -316,7 +316,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -334,7 +334,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -352,7 +352,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -370,7 +370,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -388,7 +388,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -406,7 +406,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -424,7 +424,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -442,7 +442,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand All @@ -460,7 +460,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"disableTextWrap": false,
"editorMode": "builder",
Expand Down

0 comments on commit 7c80db8

Please sign in to comment.