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
zoe
main
Commits
ac61dae8
Commit
ac61dae8
authored
Jun 09, 2017
by
qhoangxuan
Browse files
edit zoe inpsect site
parent
c8b49392
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/templates/execution_inspect.html
View file @
ac61dae8
...
...
@@ -39,7 +39,7 @@
{% if s['backend_status'] == 'started' %}
{% for p in s['description']['ports'] %}
{% if s['proxy_address'] is not none %}
<li><a
href=
"
{{ p['protocol'] }}
://{{ s['proxy_address']
}}/{{ p['port_number']
}}"
>
{{ p['name'] }}
</a></li>
<li><a
href=
"
http
://{{ s['proxy_address'] }}"
>
{{ p['name'] }}
</a></li>
{% else %}
<li><a>
{{ p['name'] }} IP: {{ s['ip_address'] }}
</a></li>
{% endif %}
...
...
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