From 09b099903bdf51bfb277b9a8f922255cfe83ab96 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Fri, 21 Mar 2014 05:35:50 -0700 Subject: toaster: add Image detail and multiple targets to dashboard Filled in the Image section detail information and allow for multiple targets. Each target has a separate section. Added license manifest display. Changed the target of the license manifest link. Added Tasks failed in the build summary. The target lists required filters to create sorted lists. [YOCTO #4258] [YOCTO #5936] Signed-off-by: Farrell Wymore --- lib/toaster/toastergui/templates/basebuildpage.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/toaster/toastergui/templates/basebuildpage.html') diff --git a/lib/toaster/toastergui/templates/basebuildpage.html b/lib/toaster/toastergui/templates/basebuildpage.html index 636fca28d..0ce5dbd27 100644 --- a/lib/toaster/toastergui/templates/basebuildpage.html +++ b/lib/toaster/toastergui/templates/basebuildpage.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load projecttags %} {% load humanize %} {% block pagecontent %} @@ -8,7 +9,7 @@