summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-03-31 15:46:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-05 14:55:29 +0100
commit9db433246fbab66a646ce9188d7f9b096df8552b (patch)
tree93824296a408bfc78c1ae1e0af01226fba2cdf12 /bitbake/lib/toaster/toastergui/templates/basebuildpage.html
parent37e267095166d4aa8c77b34e32dd265af33c70dd (diff)
downloadpoky-9db433246fbab66a646ce9188d7f9b096df8552b.tar.gz
bitbake: toaster: Fixes to the build dashboard
* Add "on" before the date in the build status * Get rid of the extra space before the "and" in the build status * Make the errors and warnings links in the build status show the message content * Make sure that the "Images" section in the left navigation appears only for successful builds * Link the number of packages installed to the "Packages included" tab in the image information page * Remove unnecessary inline styles in the dashboard template * Make sure target names in the h1 are listed in alphabetical order (Bitbake rev: 644a38e9a90728af52ebda9846d2037dd6831b41) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basebuildpage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basebuildpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
index 778c4d4af1..46110519e9 100644
--- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
+++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
@@ -32,7 +32,7 @@
32 <!-- begin left sidebar container --> 32 <!-- begin left sidebar container -->
33 <div id="nav" class="span2"> 33 <div id="nav" class="span2">
34 <ul class="nav nav-list well"> 34 <ul class="nav nav-list well">
35 {% if build.target_set.all.0.is_image %} 35 {% if build.target_set.all.0.is_image and build.outcome == 0 %}
36 <li class="nav-header">Images</li> 36 <li class="nav-header">Images</li>
37 {% block nav-target %} 37 {% block nav-target %}
38 {% for t in build.get_sorted_target_list %} 38 {% for t in build.get_sorted_target_list %}