]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toastergui: all projects column show/hide
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 21 Jan 2015 10:34:46 +0000 (10:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:33:46 +0000 (11:33 +0000)
This patch fixes the show/hide in all projects page.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/toaster/toastergui/templates/projects.html

index 432f025d3cd41336cd3c3aced2536cb8849b7b7a..0396e25a3ab66a01382604733741ede111229bce 100644 (file)
       <td><a href="{% url 'project' o.id %}">{{o.release.name}}</a></td>
       <td>{{o.get_current_machine_name}}</td>
       <td>{{o.get_number_of_builds}}</td>
-      <td>{{o.get_last_outcome}}</td>
-      <td>{{o.get_last_target}}</td>
-      <td>{{o.get_last_errors}}</td>
-      <td>{{o.get_last_warnings}}</td>
-      <td>{{o.get_last_imgfiles}}</td>
-      <td>{{o.updated|date:"d/m/y H:i"}}</td>
+      <td class="loutcome">{{o.get_last_outcome}}</td>
+      <td class="ltarget">{{o.get_last_target}}</td>
+      <td class="lerrors">{{o.get_last_errors}}</td>
+      <td class="lwarnings">{{o.get_last_warnings}}</td>
+      <td class="limagefiles">{{o.get_last_imgfiles}}</td>
+      <td class="updated">{{o.updated|date:"d/m/y H:i"}}</td>
     </tr>
   {% endfor %}
 {% include "basetable_bottom.html" %}