Sha256: 953a1e8634b2c2d06c37d5b850bfdfc1c9899b18aa22662afa35c7990e662601

Contents?: true

Size: 1.1 KB

Versions: 13

Compression:

Stored size: 1.1 KB

Contents

<% javascript 'foreman_openscap/reports' %>
<% stylesheet 'foreman_openscap/reports' %>

<% title @arf_report.host.to_s %>
<%= arf_report_breadcrumbs %>

<p class='ra'><%= reported_info @arf_report %></p>

<% content_for(:search_bar) {show_logs} %>

<%= render 'output', :logs => @arf_report.logs%>
<%= render 'metrics', :status => @arf_report.status, :metrics => @arf_report.metrics  if @arf_report.logs.any? %>

<%= title_actions link_to(_('Back'), :back, :class => "btn btn-default"),
  display_delete_if_authorized(hash_for_arf_report_path(:id => @arf_report), :class=> "btn btn-default"),
  link_to(_("Host details"), current_host_details_path(:id => @arf_report.host), :class => "btn btn-default"),
  link_to(_("View full report"), show_html_arf_report_path(:id => @arf_report.id), :class => "btn btn-primary"),
  link_to(_("Download XML in bzip"), parse_bzip_arf_report_path(:id => @arf_report.id), :class => "btn btn-default", :data => { :no_turbolink => true }),
  link_to(_("Download HTML"), download_html_arf_report_path(:id => @arf_report.id), :class => "btn btn-default", :data => { :no_turbolink => true })
%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
foreman_openscap-10.1.0 app/views/arf_reports/show.html.erb
foreman_openscap-10.0.3 app/views/arf_reports/show.html.erb
foreman_openscap-10.0.2 app/views/arf_reports/show.html.erb
foreman_openscap-10.0.1 app/views/arf_reports/show.html.erb
foreman_openscap-10.0.0 app/views/arf_reports/show.html.erb
foreman_openscap-9.0.4 app/views/arf_reports/show.html.erb
foreman_openscap-9.0.3 app/views/arf_reports/show.html.erb
foreman_openscap-9.0.2 app/views/arf_reports/show.html.erb
foreman_openscap-9.0.1 app/views/arf_reports/show.html.erb
foreman_openscap-9.0.0 app/views/arf_reports/show.html.erb
foreman_openscap-8.0.0 app/views/arf_reports/show.html.erb
foreman_openscap-7.1.1 app/views/arf_reports/show.html.erb
foreman_openscap-7.1.0 app/views/arf_reports/show.html.erb