Skip to content

Commit

Permalink
Fix hard coded informations (timezone and orgId)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Jul 7, 2024
1 parent 188f75b commit 8b301f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grafana/dashboards/battery-health.json
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@
"timepicker": {
"hidden": true
},
"timezone": "browser",
"timezone": "",
"title": "Battery Health",
"uid": "jchmRiqUfXgTM",
"version": 9,
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@
{
"targetBlank": true,
"title": "States",
"url": "/d/xo4BNRkZz/states?orgId=1&${__url_time_range}"
"url": "/d/xo4BNRkZz/states?${__url_time_range}"
}
],
"options": {
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/statistics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@
"1d"
]
},
"timezone": "browser",
"timezone": "",
"title": "Statistics",
"uid": "1EZnXszMk",
"version": 1,
Expand Down

0 comments on commit 8b301f7

Please sign in to comment.