From 70c4eb8d3acaad267ee943ebfba793f9cc1c5ee6 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 17 Jun 2015 17:30:34 +0100 Subject: bitbake: toaster: refactor build model We remove the "timespent", "errors_no" and "warnings_no" fields in favor of computing the needed values at runtime. This prevents inconsistencies in the UI. Also removeing all references to BuildRequests from the interface - all build details now display in the build dashboard. Minor fixes related to data logging. (Bitbake rev: 44f37394ed3e4ca02f940be172fe4395b0ee0f7d) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/filtersnippet.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/lib/toaster/toastergui/templates/filtersnippet.html') diff --git a/bitbake/lib/toaster/toastergui/templates/filtersnippet.html b/bitbake/lib/toaster/toastergui/templates/filtersnippet.html index 56e2b21cc0..1101aa8100 100644 --- a/bitbake/lib/toaster/toastergui/templates/filtersnippet.html +++ b/bitbake/lib/toaster/toastergui/templates/filtersnippet.html @@ -40,8 +40,10 @@ {% endif %} {% endfor %} + {% if last_date_from and last_date_to %} + {% endif %}