mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
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:
committed by
Richard Purdie
parent
ceb113971a
commit
754f3e7e0a
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user