From: Belen Barros Pena Date: Wed, 5 Feb 2014 18:22:34 +0000 (+0000) Subject: toaster: Make all targets links to the build dashboard X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05f52b9fad597173d813fa4305af65f1c9bb88a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: Make all targets links to the build dashboard Change the build.html template to remove the conditional check that added links to the build dashboard only to those targets that are image recipes. All targets should be links to their corresponding build dashboard. Signed-off-by: Belen Barros Pena --- diff --git a/lib/toaster/toastergui/templates/build.html b/lib/toaster/toastergui/templates/build.html index 5914f577558..5867cbb7dae 100644 --- a/lib/toaster/toastergui/templates/build.html +++ b/lib/toaster/toastergui/templates/build.html @@ -85,7 +85,7 @@ {% for build in objects %} {%if build.outcome == build.SUCCEEDED%}{%elif build.outcome == build.FAILED%}{%else%}{%endif%} - {% for t in build.target_set.all %}{%if t.is_image %}{% endif %}{{t.target}}{% if t.is_image %}{% endif %}
{% endfor %} + {% for t in build.target_set.all %} {{t.target}}
{% endfor %} {{build.machine}} {{build.started_on|date:"d/m/y H:i"}} {{build.completed_on|date:"d/m/y H:i"}}