From 02c49c229e8f3e2d49e78207e35b51dab540f088 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 21 Jan 2015 10:34:46 +0000 Subject: bitbake: toastergui: all projects column show/hide This patch fixes the show/hide in all projects page. (Bitbake rev: 1d07020049d3bd824f6d0280c1cc7effa3db339d) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/projects.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/bitbake/lib/toaster/toastergui/templates/projects.html index 432f025d3c..0396e25a3a 100644 --- a/bitbake/lib/toaster/toastergui/templates/projects.html +++ b/bitbake/lib/toaster/toastergui/templates/projects.html @@ -23,12 +23,12 @@ {{o.release.name}} {{o.get_current_machine_name}} {{o.get_number_of_builds}} - {{o.get_last_outcome}} - {{o.get_last_target}} - {{o.get_last_errors}} - {{o.get_last_warnings}} - {{o.get_last_imgfiles}} - {{o.updated|date:"d/m/y H:i"}} + {{o.get_last_outcome}} + {{o.get_last_target}} + {{o.get_last_errors}} + {{o.get_last_warnings}} + {{o.get_last_imgfiles}} + {{o.updated|date:"d/m/y H:i"}} {% endfor %} {% include "basetable_bottom.html" %} -- cgit v1.2.3-54-g00ecf