From 1e0e700f4b52465ee0afd5b67222785b9a1a0055 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 24 Feb 2015 17:20:53 +0000 Subject: bitbake: toasterui: style the Toaster version information When debugging is turned on, we show some Toaster version information in the top bar. Present it so that it can be easily copied and pasted. (Bitbake rev: 5de46fabe9ab1e525048353c2ecd8846ffefc760) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/js/libtoaster.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bitbake/lib/toaster/toastergui/static/js/libtoaster.js') diff --git a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js index 2dc5b0a0a1..ea1522f471 100644 --- a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js +++ b/bitbake/lib/toaster/toastergui/static/js/libtoaster.js @@ -317,6 +317,9 @@ $(document).ready(function() { // initialise the tooltips for the download icons $(".icon-download-alt").tooltip({ container: 'body', html: true, delay: { show: 200 } }); + // initialise popover for debug information + $(".icon-info-sign").popover( { placement: 'bottom', html: true, container: 'body' }); + // linking directly to tabs $(function(){ var hash = window.location.hash; -- cgit v1.2.3-54-g00ecf