diff options
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projects.html | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ | |||
23 | <td><a href="{% url 'project' o.id %}">{{o.release.name}}</a></td> | 23 | <td><a href="{% url 'project' o.id %}">{{o.release.name}}</a></td> |
24 | <td>{{o.get_current_machine_name}}</td> | 24 | <td>{{o.get_current_machine_name}}</td> |
25 | <td>{{o.get_number_of_builds}}</td> | 25 | <td>{{o.get_number_of_builds}}</td> |
26 | <td>{{o.get_last_outcome}}</td> | 26 | <td class="loutcome">{{o.get_last_outcome}}</td> |
27 | <td>{{o.get_last_target}}</td> | 27 | <td class="ltarget">{{o.get_last_target}}</td> |
28 | <td>{{o.get_last_errors}}</td> | 28 | <td class="lerrors">{{o.get_last_errors}}</td> |
29 | <td>{{o.get_last_warnings}}</td> | 29 | <td class="lwarnings">{{o.get_last_warnings}}</td> |
30 | <td>{{o.get_last_imgfiles}}</td> | 30 | <td class="limagefiles">{{o.get_last_imgfiles}}</td> |
31 | <td>{{o.updated|date:"d/m/y H:i"}}</td> | 31 | <td class="updated">{{o.updated|date:"d/m/y H:i"}}</td> |
32 | </tr> | 32 | </tr> |
33 | {% endfor %} | 33 | {% endfor %} |
34 | {% include "basetable_bottom.html" %} | 34 | {% include "basetable_bottom.html" %} |