X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=qcg%2Ftemplates%2Fqcg%2Fjobs.html;h=ef0c801b0fb0775a7a1d25fa070cacba2c31026b;hb=063e6b5a3e9c75e43c93bbcf06424181dd4ad894;hp=b599429e4d8b3ee18501ad5a4ef2db43a00f6d82;hpb=b9bcd422c66e0cd9b0f20a0c037dbc2d811bb59f;p=qcg-portal.git diff --git a/qcg/templates/qcg/jobs.html b/qcg/templates/qcg/jobs.html index b599429..ef0c801 100644 --- a/qcg/templates/qcg/jobs.html +++ b/qcg/templates/qcg/jobs.html @@ -136,7 +136,7 @@ {{ task.start_time }} {{ task.finish_time }} {{ task.get_status_display }} - {{ task.hosts|join:', ' }} + {{ task.short_host_names|join:', ' }} {% endwith %} {% else %} @@ -168,7 +168,7 @@ {{ task.start_time }} {{ task.finish_time }} {{ task.get_status_display }} - {{ task.hosts|join:', ' }} + {{ task.short_host_names|join:', ' }} {% endfor %} {% endifequal %}