Sha256: 2fbf8e032fe7794a142f6078dc07d3aa230b615608a0b0caf31b3c15bf587f1f
Contents?: true
Size: 895 Bytes
Versions: 3
Compression:
Stored size: 895 Bytes
Contents
<%= javascript 'foreman_openscap/reports' %> <%= stylesheet 'foreman_openscap/reports' %> <% title "#{@arf_report.host}" %> <p class='ra'> <%= _("Reported at %s") % @arf_report.reported_at %> </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") %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.6.2 | app/views/arf_reports/show.html.erb |
foreman_openscap-0.6.1 | app/views/arf_reports/show.html.erb |
foreman_openscap-0.6.0 | app/views/arf_reports/show.html.erb |