From 9677275d0de94108689db300ca4637a2774ab2e3 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 20 Jan 2014 17:31:08 +0000 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../toastergui/templates/basetable_top.html | 3 ++- .../lib/toaster/toastergui/templates/build.html | 16 ++++++++-------- bitbake/lib/toaster/toastergui/views.py | 3 ++- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/bitbake/lib/toaster/toastergui/templates/basetable_top.html index 7b3017affb..67a1d103db 100644 --- a/bitbake/lib/toaster/toastergui/templates/basetable_top.html +++ b/bitbake/lib/toaster/toastergui/templates/basetable_top.html @@ -31,9 +31,10 @@