Skip to content

Commit

Permalink
Merge pull request #237 from taosdata/fix/sunpeng/TD-26524-add-defaul…
Browse files Browse the repository at this point in the history
…t-datasource-for-taosadapter-dashboard

fix: add datasource for adapter dashboard
  • Loading branch information
sunpe authored Oct 23, 2023
2 parents 9f29767 + 54e5fcd commit 0d7cb59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboards/TDinsightV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3372,7 +3372,7 @@
"id": 78,
"panels": [
{
"datasource": null,
"datasource": "${DS_TDENGINE}",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -3428,7 +3428,7 @@
"type": "bargauge"
},
{
"datasource": null,
"datasource": "${DS_TDENGINE}",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -3604,7 +3604,7 @@
"type": "timeseries"
},
{
"datasource": null,
"datasource": "${DS_TDENGINE}",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -3660,7 +3660,7 @@
"type": "bargauge"
},
{
"datasource": null,
"datasource": "${DS_TDENGINE}",
"fieldConfig": {
"defaults": {
"color": {
Expand Down

0 comments on commit 0d7cb59

Please sign in to comment.