Sha256: 3866d67132457c34b6a32d7088332b5db6ad502f6ff489b1e67f1eec97abf831

Contents?: true

Size: 1.06 KB

Versions: 19

Compression:

Stored size: 1.06 KB

Contents

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

<% title "#{@arf_report.host}" %>

<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-danger"),
  link_to(_("Host details"), @arf_report.host, :class => "btn btn-default"),
  link_to(_("View full report"), show_html_arf_report_path(:id => @arf_report.id), :class => "btn btn-default"),
  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

19 entries across 19 versions & 1 rubygems

Version Path
foreman_openscap-0.9.3 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.13 app/views/arf_reports/show.html.erb
foreman_openscap-0.8.6 app/views/arf_reports/show.html.erb
foreman_openscap-0.9.2 app/views/arf_reports/show.html.erb
foreman_openscap-0.9.1 app/views/arf_reports/show.html.erb
foreman_openscap-0.8.5 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.12 app/views/arf_reports/show.html.erb
foreman_openscap-0.9.0 app/views/arf_reports/show.html.erb
foreman_openscap-0.8.4 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.11 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.10 app/views/arf_reports/show.html.erb
foreman_openscap-0.8.3 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.9 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.8 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.7 app/views/arf_reports/show.html.erb
foreman_openscap-0.8.2 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.6 app/views/arf_reports/show.html.erb
foreman_openscap-0.8.1 app/views/arf_reports/show.html.erb
foreman_openscap-0.7.5 app/views/arf_reports/show.html.erb