From fb84086f7dd509d4c0e282af3b3cedde0802bd60 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 11 Mar 2015 14:20:00 +0000 Subject: bitbake: toastergui: fix mrb Run again buttons The button for error-ed builds had invalid javascript markup, this patch fixes the buttons. (Bitbake rev: 2824888196acc5cbe326b18148581472772ab21d) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html index d6e32f89ce..edaa08e0d9 100644 --- a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html @@ -54,8 +54,7 @@ Build time: {{ build.timespent|sectohms }} {% if build.project %} - + {% endif %} {%endif%} @@ -105,7 +104,7 @@ Build time: {{ buildrequest.get_duration|sectohms }} - + -- cgit v1.2.3-54-g00ecf