summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js
diff options
context:
space:
mode:
authorBelen Barros <belen.barros.pena@intel.com>2014-02-03 15:35:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:38:52 +0000
commit4157c3849f1f8083b11ec3658b4f74b3e68dea2d (patch)
treeccfd3eb1fe13ef77a820229d250c7b9d23f5f160 /bitbake/lib/toaster/toastergui/static/js
parent985017af3dd73c58ff6fa6e6e7cc630e56ba9445 (diff)
downloadast2050-yocto-poky-4157c3849f1f8083b11ec3658b4f74b3e68dea2d.zip
ast2050-yocto-poky-4157c3849f1f8083b11ec3658b4f74b3e68dea2d.tar.gz
bitbake: toaster: Add clear filter button to filter tooltips
This patch modifies the basetable_top.html template to add the 'Show all' button to the applied filter tooltip. It also adds a delay in the tooltip dismissal in main.js to allow users to click the button comfortably. The patch does not add the functionality to the button (when you click on it nothing happens). Someone else will need to add that in. (Bitbake rev: e39857162b5d91cc2f92843a9a14599bab369849) Signed-off-by: Belen Barros <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/main.js b/bitbake/lib/toaster/toastergui/static/js/main.js
index 52e0084..032584d 100644
--- a/bitbake/lib/toaster/toastergui/static/js/main.js
+++ b/bitbake/lib/toaster/toastergui/static/js/main.js
@@ -20,7 +20,7 @@ $(document).ready(function() {
$('td > a.btn').popover({html:true, container:'body', placement:'left'});
// enable tooltips for applied filters
- $('th a.btn-primary').tooltip({container:'body', html:true, placement:'bottom'});
+ $('th a.btn-primary').tooltip({container:'body', html:true, placement:'bottom', delay:{hide:1500}});
// enable help information tooltip
$(".get-help").tooltip({container:'body', html:true, delay:{show:300}});
OpenPOWER on IntegriCloud