Skip to content
Snippets Groups Projects
Commit 032a6be4 authored by Christoph Alt's avatar Christoph Alt
Browse files

changed default time range for dashboards

parent 7a7693ce
Branches
No related tags found
No related merge requests found
Pipeline #47553 failed
......@@ -96,7 +96,7 @@ def build_row_repeat_dashboard(
),
],
templating=Templating([panel_repeat_var, row_repeat_var, *other_vars]),
time=Time('now-7d', 'now'),
time=Time('now-30d', 'now'),
annotations=annotations,
)
return dashboard.auto_panel_ids()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment