diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2014-09-29 14:23:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:39:48 +0000 |
commit | 754f3e7e0a36c3d10663a0e61d2e3dbcfd3038e7 (patch) | |
tree | f252f9715ab4cbfb40691c7a295e4010cbc29ca1 /bitbake/lib | |
parent | ceb113971a18a3b6b2cd10ab629beac81f335ece (diff) | |
download | poky-754f3e7e0a36c3d10663a0e61d2e3dbcfd3038e7.tar.gz |
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>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builddashboard.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index acf4d0a361..a1481e3436 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html | |||
@@ -70,8 +70,8 @@ | |||
70 | 70 | ||
71 | {%if build.outcome == build.SUCCEEDED%} | 71 | {%if build.outcome == build.SUCCEEDED%} |
72 | <!-- built images --> | 72 | <!-- built images --> |
73 | {% if hasImages %} | ||
73 | <div class="row-fluid span10 pull-right"> | 74 | <div class="row-fluid span10 pull-right"> |
74 | {% if hasImages %} | ||
75 | <h2>Images</h2> | 75 | <h2>Images</h2> |
76 | {% for target in targets %} | 76 | {% for target in targets %} |
77 | {% if target.target.is_image %} | 77 | {% if target.target.is_image %} |
@@ -123,9 +123,8 @@ | |||
123 | </div> | 123 | </div> |
124 | {% endif %} | 124 | {% endif %} |
125 | {% endfor %} | 125 | {% endfor %} |
126 | |||
127 | {% endif %} | ||
128 | </div> | 126 | </div> |
127 | {% endif %} | ||
129 | 128 | ||
130 | {%else%} | 129 | {%else%} |
131 | <!-- error dump --> | 130 | <!-- error dump --> |