templates/dashboards: Set default timerange to 28 days

All our SLOs apply to a 28d period. The default state of the board
should reflect that.
This commit is contained in:
Sanne Raymaekers 2022-05-17 18:19:14 +02:00
parent be6f6f04b8
commit 01e2caf95e

View file

@ -1232,7 +1232,7 @@ data:
]
},
"time": {
"from": "now-7d",
"from": "now-28d",
"to": "now"
},
"timepicker": {