Skip to content
GitLab
Menu
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
447992fb
Commit
447992fb
authored
Aug 23, 2018
by
Daniele Venzano
Browse files
Fix typo
parent
aa362a51
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/executions.py
View file @
447992fb
...
...
@@ -155,6 +155,6 @@ class ServiceLogsWeb(ZoeWebRequestHandler):
template_vars
=
{
"service"
:
service
,
"websocket_base"
:
get_conf
().
websocket_base
+
get_conf
().
reverse_proxy_
base
"websocket_base"
:
get_conf
().
websocket_base
+
get_conf
().
reverse_proxy_
path
}
self
.
render
(
'service_logs.jinja2'
,
**
template_vars
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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