foreman_openscap 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37b022939d167d3564133075aef6dcd27b8fe1a211c3e6e738f0a3be02f7aaca
|
|
4
|
+
data.tar.gz: c8dcbb52324216a08a45588efa8ab21d3c7c6c9d8d05011c7304229a4ed0e2d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 548dd1871b28e5b8d7853f989521b83ca8e57b8add7b3c1ff242f1731d1ffd477485512c8a47cc0f41b9797fb9ec06aa7f7aa5167eb78dccf70025da82b3ad56
|
|
7
|
+
data.tar.gz: 055fced7f2b4b37c94761947087af321c2467c8ffc7f7574032717949af88096ec4d831be25e5cace10d59f62009530def70aeac98a724cbc68a2ded32639d34
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<h4 class="header ca"><%= _('Compliance Reports Breakdown') %></h4>
|
|
2
|
+
<div id="compliance-reports-breakdown" class="host-configuration-chart"/>
|
|
2
3
|
<% report = ForemanOpenscap::ReportDashboard::Data.new().report %>
|
|
3
|
-
<%=
|
|
4
|
+
<%= mount_react_component('DonutChart', "#compliance-reports-breakdown", donut_breakdown_chart_data(report)) %>
|
|
@@ -153,7 +153,7 @@ module ForemanOpenscap
|
|
|
153
153
|
widget 'compliance_host_reports_widget',
|
|
154
154
|
:name => N_('Latest Compliance Reports'), :sizex => 6, :sizey => 1
|
|
155
155
|
widget 'compliance_reports_breakdown_widget',
|
|
156
|
-
:name => N_('Compliance Reports Breakdown'), :sizex =>
|
|
156
|
+
:name => N_('Compliance Reports Breakdown'), :sizex => 4, :sizey => 1
|
|
157
157
|
|
|
158
158
|
# As 'arf_report_breakdowns' is a view and does not appear in schema.rb, db:test:prepare will not create the view
|
|
159
159
|
# which will make the following tests fail.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_openscap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- slukasik@redhat.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|