Sha256: 151d77130099b46c6e0bef0185c4c0779b3db787e204d45eccb1249d7023ed0f
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_openscap-0.5.4 | app/views/arf_reports/show.html.erb |