Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simone Rossi
main
Commits
458eece3
Commit
458eece3
authored
Dec 13, 2017
by
Daniele Venzano
Browse files
Small fix for broken executions
parent
867d8d22
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/executions.py
View file @
458eece3
...
...
@@ -143,7 +143,7 @@ class ExecutionInspectWeb(ZoeRequestHandler):
"endpoints"
:
endpoints
,
}
if
get_conf
().
enable_plots
:
if
get_conf
().
enable_plots
and
e
.
time_start
is
not
None
:
grafana_url_template
=
'http://bigfoot-m2.eurecom.fr/grafana/dashboard/db/zoe-executions?orgId=1&from={}&to={}&var-execution_id={}&refresh=1y'
if
e
.
time_end
is
None
:
e_time_end
=
int
(
time
.
time
()
*
1000
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment