mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
bitbake: toaster: port all build analysis pages to bootstrap 3
Port all the pages in the build analysis area to bootstrap version 3. (Bitbake rev: f963b73f0bf32db2df39dd79d8d85184c280cda0) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
46271833be
commit
a7d498dfd3
@@ -541,9 +541,7 @@ $(document).ready(function() {
|
||||
delay: { show : 300 }
|
||||
});
|
||||
|
||||
// show help bubble only on hover inside tables
|
||||
$(".hover-help").css("visibility","hidden");
|
||||
|
||||
// show help bubble on hover inside tables
|
||||
$("table").on("mouseover", "th, td", function () {
|
||||
$(this).find(".hover-help").css("visibility","visible");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user