From 9c358bd1d7a301e7aee3676871310d50c336ba07 Mon Sep 17 00:00:00 2001 From: Alexandru Damian Date: Tue, 17 Feb 2015 15:02:26 +0000 Subject: bitbake: toasterui: fix time estimation in project page This patch fixes the time estimation to build completion in project page. Additionally it fixes the Most Recent Builds section used in various pages in managed mode, and proper time to build estimation in all pages. [YOCTO #7004] (Bitbake rev: 5fecfda0e47c2ecba9b7c903c6d258eefa431aa0) Signed-off-by: Alexandru Damian Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/templates/project.html') diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 7da2361460..a1cce33222 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -196,7 +196,7 @@ vim: expandtab tabstop=2
-
ETA: {[b.build[0].eta|date:"HH:mm:ss"]}
+
ETA in {[b.build[0].eta|toeta|timediff]}
-- cgit v1.2.3-54-g00ecf