Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Timeline Dashboard missing datasources #1730

Merged
merged 2 commits into from
Jun 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions grafana/dashboards/timeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"panels": [
{
"collapsed": false,
"datasource": null,
"datasource": "TeslaMate",
"gridPos": {
"h": 1,
"w": 24,
Expand All @@ -68,7 +68,7 @@
"type": "row"
},
{
"datasource": null,
"datasource": "TeslaMate",
"fieldConfig": {
"defaults": {
"custom": {
Expand Down Expand Up @@ -558,7 +558,7 @@
"text": "All",
"value": "$__all"
},
"datasource": null,
"datasource": "TeslaMate",
"definition": "SELECT name AS __text, id AS __value FROM cars;",
"description": null,
"error": null,
Expand Down Expand Up @@ -586,7 +586,7 @@
"text": "http://localhost:4000",
"value": "http://localhost:4000"
},
"datasource": null,
"datasource": "TeslaMate",
"definition": "select base_url from settings limit 1;",
"description": null,
"error": null,
Expand Down Expand Up @@ -686,7 +686,7 @@
"text": "km",
"value": "km"
},
"datasource": null,
"datasource": "TeslaMate",
"definition": "select unit_of_length from settings limit 1;",
"description": null,
"error": null,
Expand Down Expand Up @@ -714,7 +714,7 @@
"text": "C",
"value": "C"
},
"datasource": null,
"datasource": "TeslaMate",
"definition": "select unit_of_temperature from settings limit 1;",
"description": null,
"error": null,
Expand Down Expand Up @@ -742,7 +742,7 @@
"text": "ideal",
"value": "ideal"
},
"datasource": null,
"datasource": "TeslaMate",
"definition": "select preferred_range from settings limit 1;",
"description": null,
"error": null,
Expand Down