Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simone Rossi
main
Commits
ddafaa9e
Commit
ddafaa9e
authored
Oct 29, 2018
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove restart links, to prevent users running outdated applications
parent
ee2fcda4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
zoe_api/web/templates/execution_inspect.jinja2
zoe_api/web/templates/execution_inspect.jinja2
+0
-4
zoe_api/web/templates/execution_list.jinja2
zoe_api/web/templates/execution_list.jinja2
+0
-2
zoe_api/web/templates/home_user.jinja2
zoe_api/web/templates/home_user.jinja2
+0
-4
No files found.
zoe_api/web/templates/execution_inspect.jinja2
View file @
ddafaa9e
...
...
@@ -41,10 +41,6 @@
<li>Actions:
<a href="{{ reverse_url("execution_terminate", e.id) }}">Terminate</a>
</li>
{% elif e.status == "terminated" %}
<li>Actions:
<a href="{{ reverse_url("execution_restart", e.id) }}">Restart</a>
</li>
{% endif %}
{% if grafana_url is defined %}
<li>
...
...
zoe_api/web/templates/execution_list.jinja2
View file @
ddafaa9e
...
...
@@ -65,8 +65,6 @@
{% endif %}
{% if e.is_active %}
<td><a href="{{ reverse_url("execution_terminate", e.id) }}">Terminate</a></td>
{% else %}
<td><a href="{{ reverse_url("execution_restart", e.id) }}">Restart</a></td>
{% endif %}
</tr>
{% endfor %}
...
...
zoe_api/web/templates/home_user.jinja2
View file @
ddafaa9e
...
...
@@ -61,8 +61,6 @@
{% endif %}
{% if e.is_active %}
<td><a href="{{ reverse_url("execution_terminate", e.id) }}">Terminate</a></td>
{% else %}
<td><a href="{{ reverse_url("execution_restart", e.id) }}">Restart</a></td>
{% endif %}
</tr>
{% endfor %}
...
...
@@ -103,8 +101,6 @@
{% endif %}
{% if e.is_active %}
<td><a href="{{ reverse_url("execution_terminate", e.id) }}">Terminate</a></td>
{% else %}
<td><a href="{{ reverse_url("execution_restart", e.id) }}">Restart</a></td>
{% endif %}
</tr>
{% endfor %}
...
...
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