Skip to content

Commit

Permalink
Show all vehicles on drive stats dashboard (#3342)
Browse files Browse the repository at this point in the history
* show all vehicles on drive stats dashboard

* fix car selection for efficiency and projected range dashboards as well
  • Loading branch information
yoyostile authored Nov 12, 2023
1 parent f29b288 commit 01a9cf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions grafana/dashboards/drive-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@
"allValue": null,
"current": {
"selected": false,
"text": "1",
"value": "1"
"text": "All",
"value": "$__all"
},
"datasource": "TeslaMate",
"definition": "SELECT name AS __text, id AS __value FROM cars ORDER BY display_priority ASC, name ASC;",
Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/efficiency.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,8 @@
"allValue": null,
"current": {
"selected": false,
"text": "1",
"value": "1"
"text": "All",
"value": "$__all"
},
"datasource": "TeslaMate",
"definition": "SELECT name AS __text, id AS __value FROM cars ORDER BY display_priority ASC, name ASC;",
Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/projected-range.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@
"allValue": null,
"current": {
"selected": false,
"text": "1",
"value": "1"
"text": "All",
"value": "$__all"
},
"datasource": "TeslaMate",
"definition": "SELECT name AS __text, id AS __value FROM cars ORDER BY display_priority ASC, name ASC;",
Expand Down

0 comments on commit 01a9cf5

Please sign in to comment.