Skip to content

Commit

Permalink
Change default time range
Browse files Browse the repository at this point in the history
Resolves #334
  • Loading branch information
adriankumpf committed Jan 2, 2020
1 parent 90f6de3 commit a26d2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafana/dashboards/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
]
},
"time": {
"from": "now/y",
"to": "now/y"
"from": "now-1y",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
Expand Down Expand Up @@ -220,5 +220,5 @@
"timezone": "",
"title": "Updates",
"uid": "IiC07mgWz",
"version": 2
"version": 1
}

0 comments on commit a26d2ee

Please sign in to comment.