Sha256: df621fb0f5ee64ad4693eb383f0ab6b00834b7ed604637f07edd599bb4f807d4
Contents?: true
Size: 835 Bytes
Versions: 38
Compression:
Stored size: 835 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
38 entries across 38 versions & 1 rubygems