summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-01-20 17:31:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:01:07 +0000
commit9677275d0de94108689db300ca4637a2774ab2e3 (patch)
tree59716328cca3cd8f4d361ef148132358720d76ce /bitbake/lib/toaster/toastergui/views.py
parent594eeeba71b820fa2eb4019d92a509bff34fba21 (diff)
downloadpoky-9677275d0de94108689db300ca4637a2774ab2e3.tar.gz
bitbake: toaster: fix builds page CSS and functionality
This patch fixes a set of CSS and functionality problems with the build list page: * Fix Recent Builds text styles * Added proper links from Failed Tasks entries. * Always Search returns to the first page of results. * Clear search button appears only if search is active. * Search shows the number of object, proper no objects found * Various smaller fixes. (Bitbake rev: 9164948e387a726f318f723f63e8d93435d7afe6) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rw-r--r--bitbake/lib/toaster/toastergui/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index ab8b938cdd..f3baf047ae 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -307,7 +307,8 @@ def builds(request):
307 {'name': 'Log', 307 {'name': 'Log',
308 'dclass': "span4", 308 'dclass': "span4",
309 'qhelp': "The location in disk of the build main log file", 309 'qhelp': "The location in disk of the build main log file",
310 'clclass': 'log', 'hidden': 1 310 'clclass': 'log', 'hidden': 1,
311 'orderfield': _get_toggle_order(request, "cooker_log_path"),
311 }, 312 },
312 {'name': 'Output', 'clclass': 'output', 313 {'name': 'Output', 'clclass': 'output',
313 'qhelp': "The root file system types produced by the build. You can find them in your <code>/build/tmp/deploy/images/</code> directory", 314 'qhelp': "The root file system types produced by the build. You can find them in your <code>/build/tmp/deploy/images/</code> directory",