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
2f2b3af6
Commit
2f2b3af6
authored
Aug 30, 2018
by
Daniele Venzano
Browse files
Add the execution ID in the service distribution section of the status page
parent
f8cfca08
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/templates/status.jinja2
View file @
2f2b3af6
...
...
@@ -240,7 +240,7 @@
{% if service.backend_status == "started" %}
<td class="{{ 'running' if service.essential }}">
{% if user.role.can_operate_others %}
<a href="{{ reverse_url('execution_inspect', service['execution_id']) }}">{{ service['name'] }}</a>
<a href="{{ reverse_url('execution_inspect', service['execution_id']) }}">{{
service['execution_id'] }}:{{
service['name'] }}</a>
{% else %}
{{ service['name'] }}
{% endif %}
...
...
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