From 7bd03ac24114b2c6015144a37e0c3fb4037baea6 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 31 Oct 2014 19:17:02 +0000 Subject: bitbake: toastergui: fix invalid build url usage We need to pass the URL for the build action as javascript parameter, since the project ID is different for each build, instead of using the project id of the most-recently-used project. (Bitbake rev: 35c1de4b05c64ee1c436be2dfbd97dcf9ed9ed71) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/mrb_section.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index 5ba0b08495..3d17ac62e4 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html @@ -44,7 +44,7 @@ Build time: {{ build.timespent|sectohms }} {% if build.project %} - Run again + Run again {% endif %} {%endif%} @@ -64,10 +64,10 @@