Sha256: 39ecc847c4c232615e13f73ddfb621e53bdfbcc2f1548c250c14073e67b2d613
Contents?: true
Size: 1018 Bytes
Versions: 35
Compression:
Stored size: 1018 Bytes
Contents
<div class="row"> <div class="col-md-4"> <div class="stats-well"> <h4 class="ca" ><%= _('Report Metrics') %></h4> <div style="margin-top:50px;padding-bottom: 40px;"> <%= reports_breakdown_chart(metrics, :class => 'statistics-pie small') %> </div> </div> </div> <div class="col-md-4"> <div class="stats-well"> <h4 class="ca" ><%= _('Report Status') %></h4> <%= flot_bar_chart("status" ,"", _("Number of Events"), status, :class => "statistics-bar")%> </div> </div> <div class="col-md-4"> <table class='table table-bordered table-striped'> <tbody> <% metrics.sort.each do |title, value|%> <tr> <td> <%= title %> </td> <td> <%= value %> </td> </tr> <% end %> </tbody> <tfoot> <tr> <th><%= _("Total") %></th><th><%= @arf_report.rules_count %></th> </tr> </tfoot> </table> </div> </div>
Version data entries
35 entries across 35 versions & 1 rubygems