From 2c7ed96b567386d0f57ad8c088790a515d17b7af Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 9 Jun 2015 17:25:42 +0100 Subject: bitbake: toaster: remove BuildRequest references In the toastergui application we should not display implementation details about how the builds are run. This patch removes the references to BuildRequest on the majority of the views (except Builds page itself, as that is more complicated). (Bitbake rev: ead45a600813a1d8594e604875803ded781f83d8) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/basebuildpage.html | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/toaster/toastergui/templates/basebuildpage.html') diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html index b7a4dd21ed..105ad85ed4 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html @@ -24,6 +24,7 @@ $('#breadcrumb > li').append(""); $('#breadcrumb > li:last').addClass("active"); $('#breadcrumb > li:last > span').remove(); + console.log("done"); }); -- cgit v1.2.3-54-g00ecf