Sha256: 213fdf2be6369f6cb1bf3250cd14e971581e612ea87b3b4e52d8cba34ffedfca
Contents?: true
Size: 780 Bytes
Versions: 3
Compression:
Stored size: 780 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), display_delete_if_authorized(hash_for_arf_report_path(:id => @arf_report), :class=> "btn btn-danger"), link_to(_("Host details"), @arf_report.host), link_to(_("View full report"), show_html_arf_report_path(:id => @arf_report.id)), link_to(_("Download XML in bzip"), parse_bzip_arf_report_path(:id => @arf_report.id)) %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.5.3 | app/views/arf_reports/show.html.erb |
foreman_openscap-0.5.2 | app/views/arf_reports/show.html.erb |
foreman_openscap-0.5.1 | app/views/arf_reports/show.html.erb |