Skip to content

Commit

Permalink
Merge pull request #94 from shlomizadok/fix_9785
Browse files Browse the repository at this point in the history
display banner if only one scap_content exists
  • Loading branch information
ares committed Mar 19, 2015
2 parents 770219d + 6cb470b commit 91bb2a8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
</span>
<div class="alert alert-info">
<%= icon_text("info-sign", _('Notice: Ensure the selected SCAP content exists on your hosts.')) %>
<div id="file-location">
<% if @policy.scap_content %>
<b><%= _('SCAP content file should be /var/lib/openscap/content/%s.xml on your clients.') % @policy.scap_content.digest %></b>
<% end %>
</div>
</div>
</div>

0 comments on commit 91bb2a8

Please sign in to comment.