From: Alexandru DAMIAN Date: Wed, 21 Jan 2015 10:34:46 +0000 (+0000) Subject: toastergui: all projects column show/hide X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d07020049d3bd824f6d0280c1cc7effa3db339d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toastergui: all projects column show/hide This patch fixes the show/hide in all projects page. Signed-off-by: Alexandru DAMIAN --- diff --git a/lib/toaster/toastergui/templates/projects.html b/lib/toaster/toastergui/templates/projects.html index 432f025d3cd..0396e25a3ab 100644 --- a/lib/toaster/toastergui/templates/projects.html +++ b/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" %}