Skip to content
Snippets Groups Projects
Unverified Commit 2ad2331a authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Remove debugging leftover.

parent eee050b4
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<li id="sp-{{ key }}" data-id="{{ key }}" data-status="{{ sp['status'] }}" <li id="sp-{{ key }}" data-id="{{ key }}" data-status="{{ sp['status'] }}"
{#- #} data-timeout="{{ timeout }}"> {#- #} data-timeout="{{ timeout }}">
<span class="fa-li"><i id="icon-{{ key }}" class="fa fa-{{ icon }}"></i></span> <span class="fa-li"><i id="icon-{{ key }}" class="fa fa-{{ icon }}"></i></span>
{{ name }} ({{ sp['status'] }}) {{ name }}
{%- if sp['status'] != 'completed' and sp['status'] != 'failed' %} {%- if sp['status'] != 'completed' and sp['status'] != 'failed' %}
{%- if type == 'nojs' %} {%- if type == 'nojs' %}
...@@ -96,4 +96,4 @@ ...@@ -96,4 +96,4 @@
{% block postload %} {% block postload %}
<script type="application/javascript" src="{{ asset('js/logout.js') }}"></script> <script type="application/javascript" src="{{ asset('js/logout.js') }}"></script>
{% endblock postload %} {% endblock postload %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment