From 754f3e7e0a36c3d10663a0e61d2e3dbcfd3038e7 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 29 Sep 2014 14:23:22 +0100 Subject: bitbake: toastergui: Remove extra
from build dashboard For builds that generate no rootfs files, an extra
was being added between the build status and the build summary section. This commit removes the extra
and the white space it created. (Bitbake rev: e84db294f733464b4952a3c92120e5b19e8c2750) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/builddashboard.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates') diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index acf4d0a..a1481e3 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -70,8 +70,8 @@ {%if build.outcome == build.SUCCEEDED%} +{% if hasImages %}
- {% if hasImages %}

Images

{% for target in targets %} {% if target.target.is_image %} @@ -123,9 +123,8 @@
{% endif %} {% endfor %} - - {% endif %}
+{% endif %} {%else%} -- cgit v1.1