bitbake: toastergui: Remove extra <div> from build dashboard

For builds that generate no rootfs files, an extra <div>
was being added between the build status and the build
summary section. This commit removes the extra <div> and the
white space it created.

(Bitbake rev: e84db294f733464b4952a3c92120e5b19e8c2750)

Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2014-09-29 14:23:22 +01:00
committed by Richard Purdie
parent ceb113971a
commit 754f3e7e0a

View File

@@ -70,8 +70,8 @@
{%if build.outcome == build.SUCCEEDED%}
<!-- built images -->
{% if hasImages %}
<div class="row-fluid span10 pull-right">
{% if hasImages %}
<h2>Images</h2>
{% for target in targets %}
{% if target.target.is_image %}
@@ -123,9 +123,8 @@
</div>
{% endif %}
{% endfor %}
{% endif %}
</div>
{% endif %}
{%else%}
<!-- error dump -->