foreman_puppet 8.1.2 → 9.0.0
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 +4 -4
- data/lib/foreman_puppet/version.rb +1 -1
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/ConfigStatusCard/index.js +3 -9
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +1 -1
- data/webpack/src/Extends/Host/PuppetTab/styles.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f592b421e0f61e5b8720f7e392368a711100d865cc089ac65682ddb7a6cd9434
|
4
|
+
data.tar.gz: 91a9a5b62eae0c8632da7cacc3c468e227b0ca997f98dc2c66a710ee8102ebc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 953d65c70056b2ba2fa6e7d4e8e8ecff19e90a5d2fdb14bff1c14b43ff480546250a7c286fa75f47277e8bd2aba4246916cc01319a502d7356b3121fcd905678
|
7
|
+
data.tar.gz: 17dd15952387f5664c6a9639b8c0f6b4686d7e8165ca851eb65736f3ca2e031f0d4964868a8a9993a6d6d71af8488f26618c2b657507be4f1988cabffb36cfaa
|
data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/ConfigStatusCard/index.js
CHANGED
@@ -10,13 +10,7 @@ import {
|
|
10
10
|
DescriptionListGroup,
|
11
11
|
DescriptionListDescription,
|
12
12
|
} from '@patternfly/react-core';
|
13
|
-
import {
|
14
|
-
TableComposable,
|
15
|
-
TableText,
|
16
|
-
Tr,
|
17
|
-
Tbody,
|
18
|
-
Td,
|
19
|
-
} from '@patternfly/react-table';
|
13
|
+
import { Table, TableText, Tr, Tbody, Td } from '@patternfly/react-table';
|
20
14
|
import { useSelector, useDispatch } from 'react-redux';
|
21
15
|
import { selectAPIResponse } from 'foremanReact/redux/API/APISelectors';
|
22
16
|
import CardTemplate from 'foremanReact/components/HostDetails/Templates/CardItem/CardTemplate';
|
@@ -96,7 +90,7 @@ const createPuppetMetricsTableElement = (name, value = '--') => (
|
|
96
90
|
);
|
97
91
|
|
98
92
|
const createPuppetMetricsTable = (metrics = undefined) => (
|
99
|
-
<
|
93
|
+
<Table
|
100
94
|
aria-label="foreman puppet metrics table"
|
101
95
|
variant="compact"
|
102
96
|
borders="compactBorderless"
|
@@ -129,7 +123,7 @@ const createPuppetMetricsTable = (metrics = undefined) => (
|
|
129
123
|
{createPuppetMetricsTableElement(__('Total'), metrics.total)}
|
130
124
|
</Tr>
|
131
125
|
</Tbody>
|
132
|
-
</
|
126
|
+
</Table>
|
133
127
|
);
|
134
128
|
|
135
129
|
const ConfigStatusCard = ({ hostName, parentStatus }) => {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 9.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ondřej Ezr
|
@@ -404,7 +404,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
404
404
|
- !ruby/object:Gem::Version
|
405
405
|
version: '0'
|
406
406
|
requirements: []
|
407
|
-
rubygems_version: 3.6.
|
407
|
+
rubygems_version: 3.6.9
|
408
408
|
specification_version: 4
|
409
409
|
summary: Add Puppet features to Foreman
|
410
410
|
test_files:
|