From b0b1acbe623c1c126af2abc1cc332d993dcaf15c Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 16 Jan 2014 12:22:21 +0000 Subject: bitbake: toaster: Toaster GUI Build and Dashboard pages fixes THis is a large set of fixes for the generic table, Build and Dashboard pages. Among the fixes: * the table remembers which columns to show across refreshes, based on saving the settings in a cookie * added column timespent for a build which is a denormalization of the completed_on - started_on information due to limits in computing datetime differences in the SQL engine * fixed formatting of the time differences * various sorting header links fixed * correct error and warning CSS classes applied to the respective rows * fixes multiple divide-by-zero error in displaying duration estimations (Bitbake rev: 61e3dee55ac577fce1c0ae0fe7e0d3cf644e8ae6) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../toastergui/templates/basebuildpage.html | 2 +- .../toastergui/templates/basetable_bottom.html | 15 ++++++++++++++ .../toastergui/templates/basetable_top.html | 23 +++++++++++++++++----- .../lib/toaster/toastergui/templates/build.html | 20 +++++++++++-------- .../toastergui/templates/builddashboard.html | 4 ++-- .../toaster/toastergui/templates/configvars.html | 2 +- 6 files changed, 49 insertions(+), 17 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates') diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html index 7d2a1f388e..c85faf9f6a 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html @@ -8,7 +8,7 @@