foreman_openscap 5.2.2 → 5.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91721fce685ae564d178a80978c2196d57dd6320d97a8fdd0ae1a98bafa41a90
4
- data.tar.gz: 62f620936950eb8964353071eb16afb329245f63389f5e78d210420c832b86bd
3
+ metadata.gz: 567fbb46d134ce11280b987a4f08aa07e2be3cbcb59a4401c845445fc35bc18d
4
+ data.tar.gz: 1c5f824f9909e205970e0ac17bf6326a0f345f162b586048d80bfe7fe7037dcc
5
5
  SHA512:
6
- metadata.gz: 4c11e0c0aad9eacae1765d6f39e94cf5f1559a2719b54520847a50ae324591807db1a1ba20d394828c2c8167322029758f582591e9ecbad0438df7eea141b834
7
- data.tar.gz: 47fca0728c35aa94bd3b9c21195838219a9f119df5bd1df4ab4b116d55ac4c5f1e2132b2353a0c8ce75f2075f07205f32a443bc12405cee5f1d13478d6b90a52
6
+ metadata.gz: 177272d8e28eddfdc6f98b21bccacd580d8b37a26f931781558a52cbf6dc8fd9d36f5963d3da783de4449bef397d60dfd25ca8bc93c2883f370e37ea5b27679a
7
+ data.tar.gz: 5cac704dc905427ad4f15a325cf250a18755fff8407edc764a5f11752a7da15391d7c9bde6f53e4577b942e27b5d588ad952d656cf5ebada0d334f62fbfa5e62
@@ -14,7 +14,7 @@
14
14
 
15
15
  <%= title_actions link_to(_('Back'), :back, :class => "btn btn-default"),
16
16
  display_delete_if_authorized(hash_for_arf_report_path(:id => @arf_report), :class=> "btn btn-default"),
17
- link_to(_("Host details"), @arf_report.host, :class => "btn btn-default"),
17
+ link_to(_("Host details"), current_host_details_path(:id => @arf_report.host), :class => "btn btn-default"),
18
18
  link_to(_("View full report"), show_html_arf_report_path(:id => @arf_report.id), :class => "btn btn-primary"),
19
19
  link_to(_("Download XML in bzip"), parse_bzip_arf_report_path(:id => @arf_report.id), :class => "btn btn-default", :data => { :no_turbolink => true }),
20
20
  link_to(_("Download HTML"), download_html_arf_report_path(:id => @arf_report.id), :class => "btn btn-default", :data => { :no_turbolink => true })
@@ -1,4 +1,3 @@
1
- <%= javascript 'foreman_openscap/openscap_proxy' %>
2
1
  <div class="row">
3
2
  <h3><%= feature %></h3>
4
3
  </div>
@@ -1,3 +1,3 @@
1
1
  module ForemanOpenscap
2
- VERSION = "5.2.2".freeze
2
+ VERSION = "5.2.3".freeze
3
3
  end