Sha256: a1fb8b38b2a0ad2483d5a74a568096436b83b54dd1e8b584fa4175f882cd364b
Contents?: true
Size: 815 Bytes
Versions: 15
Compression:
Stored size: 815 Bytes
Contents
<div id='status-table'> <h4 class="header"><%= _('Hosts Breakdown') %></h4> <ul> <%= status_link _('Compliant with the policy'), :compliant_hosts, arf_reports_path(:search => "comply_with = #{@policy.name}") %> <%= status_link _('Not compliant with the policy'), :incompliant_hosts, arf_reports_path(:search => "not_comply_with = #{@policy.name}") %> <%= status_link _('Inconclusive results'), :inconclusive_hosts, arf_reports_path(:search => " inconclusive_with = #{@policy.name}") %> <%= status_link _('Never audited'), :report_missing, hosts_path(:search => "compliance_report_missing_for = #{@policy.name}") %> <h4 class="total"> <%= link_to(_("Total hosts: %s") % @report[:assigned_hosts], hosts_path(:search => "compliance_policy = #{@policy.name}")) %> </h4> </ul> </div>
Version data entries
15 entries across 15 versions & 1 rubygems