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:
parent
be6f6f04b8
commit
01e2caf95e
1 changed files with 1 additions and 1 deletions
|
|
@ -1232,7 +1232,7 @@ data:
|
|||
]
|
||||
},
|
||||
"time": {
|
||||
"from": "now-7d",
|
||||
"from": "now-28d",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue