Sha256: 9fbc91dd908d5fd21cd84bba3923d7b44558aa47fd2a2a417a150b7a6c61fe12
Contents?: true
Size: 643 Bytes
Versions: 6
Compression:
Stored size: 643 Bytes
Contents
<div class="tab-pane <%= show_partial_wizard(step) %>" id="scap_content"> <%= wizard_header @policy.step_index, *@policy.steps %> <%= scap_content_selector(f) %> <span id="scap_content_profile_select"> <%= scap_content_profile_selector(f) %> </span> <div class="alert alert-info"> <%= icon_text("info-sign", _('Notice: Ensure the selected SCAP content exists on your hosts.')) %> <div id="file-location"> <% if @policy.scap_content %> <b><%= _('SCAP content file should be /var/lib/openscap/content/%s.xml on your clients.') % @policy.scap_content.digest %></b> <% end %> </div> </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems