Integrate additional feedback for PR #200

This commit is contained in:
Sebastian Serth
2022-10-29 22:33:21 +02:00
committed by Maximilian Paß
parent ae9de5b93f
commit 4c359c2a5f
8 changed files with 51 additions and 36 deletions

View File

@ -11,11 +11,11 @@ dashboard = Dashboard(
panels=availability_panels + general_panels + runner_insights_panels,
templating=Templating(list=[
stage_variable,
environment_variable
environment_variable,
]),
editable=True,
refresh="30s",
time=Time('now-6h', 'now'),
time=Time("now-6h", "now"),
uid="P21Bh1SVk",
version=1
version=1,
).auto_panel_ids()