From 16a9667b5ce2f9271c170e16244c4c9d62e03477 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 2 Feb 2015 14:41:07 +0000 Subject: [PATCH] bitbake: toastergui: remove time link for failed build requests Failed build requests do not have a build time page where you can look at the time spent on each task. Therefore, their build time information cannot be a link to such a page. (Bitbake rev: b7b1e64f650c9ea676714209b9d6e7efeca992be) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/templates/managed_mrb_section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html index d2ffdcdc3d..c7ae6fd142 100644 --- a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html @@ -100,7 +100,7 @@
- Build time: {{ buildrequest.get_duration|sectohms }} + Build time: {{ buildrequest.get_duration|sectohms }}