Project

General

Profile

Download (506 Bytes) Statistics
| Branch: | Tag: | Revision:
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th><%= _('Report Status') %></th>
<th></th>
</tr>
</thead>
<tbody>
<% report_summary.each do |name, value| %>
<tr>
<td>
<%= name %>
</td>
<% style = (name =~ /failed|failed_restart/ and value > 0) ? "label label-danger" : ""%>
<td><p class="<%= style %>">
<%= value %>
</p></td>
</tr>
<% end %>
</tbody>
</table>
(12-12/44)