X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Ftask.html;h=a610ea62f215800d0273ddaf03b808fa1b118826;hb=9e5d054782024094df0e880f5d52e8106b1fd8cb;hp=1f7b94b4cfe42c34a70536af4bf1dd93c75fd29f;hpb=44ed504fd37b2d3d19f864392882332f262e7bf5;p=qcg-portal.git diff --git a/qcg/templates/qcg/task.html b/qcg/templates/qcg/task.html index 1f7b94b..a610ea6 100644 --- a/qcg/templates/qcg/task.html +++ b/qcg/templates/qcg/task.html @@ -1,13 +1,48 @@ -{% extends 'qcg/base.html' %} +{% extends 'qcg/details_base.html' %} {% load qcg_utils staticfiles %} +{% block extra_js %} + {% include 'filex/source.js.html' %} + {{ block.super }} + + +{% endblock extra_js %} + {% block container %} +
+ {% if not task.terminated %} +
+ {% csrf_token %} + +
+ {% elif not task.purged %} +
+ {% csrf_token %} + +
+ {% endif %} +
+

{% block title %}Task {{ task.task_id }}{% endblock %}

@@ -15,7 +50,6 @@ @@ -57,27 +91,40 @@ {% display_attribute 'Lokalna data zakończenia' task.local_finish_time %} {% display_attribute 'Efektywność' alloc.efficiency %} {% display_attribute 'Użycie pamięci' alloc.memory_usage %} + {% display_attribute 'Katalog roboczy' alloc.working_directory %} {% display_attribute 'Usunięty katalog roboczy?' task.purged %} + + {% if alloc.working_directory and not task.purged %} + + {% endif %} {% endfor %} {% else %} -
-
Brak elementów
-
+
Brak elementów
{% endif %}
-
{{ task.description }}
+ {% include 'qcg/job_description.html' %}
+ + -
-

Wizualizacja wyników

- ... - ... - ... +