Sha256: eaa9973997db6fec6ca6a822b196cc157ed94ef1c4c002fdeefb3770f84a013b

Contents?: true

Size: 900 Bytes

Versions: 91

Compression:

Stored size: 900 Bytes

Contents

<% content_for(:title, _("Tailoring Files")) %>
<div class="blank-slate-pf">
  <div class="blank-slate-pf-icon">
    <%= icon_text("key", "", :kind => "fa") %>
  </div>
  <h1><%= _('Tailoring Files') %></h1>
  <p><%= _('It may sometimes be required to adjust the security policy to your specific needs. ') %></br>
    <%= (_('In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts
    via %s') % link_to('compliance policies', policies_path)).html_safe %>
  </p>
  <% proxy_check = run_tailoring_proxy_check %>
  <div class="blank-slate-pf-main-action">
    <%= new_link(_('New Tailoring File'), {}, { :class => "btn-lg", :disabled => !proxy_check.pass? }) %>
  </div>

  <p>
  <% unless proxy_check.pass? %>
    <%= alert :class => 'alert-warning', :header => '', :text => proxy_check.message.html_safe %>
  <% end %>
  </p>
</div>

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
foreman_openscap-9.0.2 app/views/tailoring_files/welcome.html.erb
foreman_openscap-9.0.1 app/views/tailoring_files/welcome.html.erb
foreman_openscap-9.0.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-8.0.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-7.1.1 app/views/tailoring_files/welcome.html.erb
foreman_openscap-7.1.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-7.0.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-6.0.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.2.3 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.2.2 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.1.1 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.2.1 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.2.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.1.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-5.0.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-4.3.3 app/views/tailoring_files/welcome.html.erb
foreman_openscap-4.3.2 app/views/tailoring_files/welcome.html.erb
foreman_openscap-4.3.1 app/views/tailoring_files/welcome.html.erb
foreman_openscap-4.3.0 app/views/tailoring_files/welcome.html.erb
foreman_openscap-4.1.3 app/views/tailoring_files/welcome.html.erb