mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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%}
|
{%if build.outcome == build.SUCCEEDED%}
|
||||||
<!-- built images -->
|
<!-- built images -->
|
||||||
|
{% if hasImages %}
|
||||||
<div class="row-fluid span10 pull-right">
|
<div class="row-fluid span10 pull-right">
|
||||||
{% if hasImages %}
|
|
||||||
<h2>Images</h2>
|
<h2>Images</h2>
|
||||||
{% for target in targets %}
|
{% for target in targets %}
|
||||||
{% if target.target.is_image %}
|
{% if target.target.is_image %}
|
||||||
@@ -123,9 +123,8 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{%else%}
|
{%else%}
|
||||||
<!-- error dump -->
|
<!-- error dump -->
|
||||||
|
|||||||
Reference in New Issue
Block a user