foreman_remote_execution 16.3.0 → 16.3.1
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_remote_execution/version.rb +1 -1
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +6 -4
- data/webpack/JobInvocationDetail/JobInvocationHostTable.js +1 -1
- data/webpack/JobInvocationDetail/JobInvocationOverview.js +1 -0
- data/webpack/JobInvocationDetail/index.js +13 -21
- 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: 1f3605e5f510dbb583d0af3208b3f80f7fdea955420f5d65425d896a37997b3c
|
|
4
|
+
data.tar.gz: '092f3cddbb03c09274aaedb3517b4d3cb9aafe2e08399e8361ac1772591d8d5d'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7295aee226fb5438f923dc74a629e427d01a967cc309404297417dd1b850bec2051350f0a465e26d3345ff707907abf963b4e547be7707095ce0e8d5e33f090
|
|
7
|
+
data.tar.gz: 7a3a7d1d9730a007208053c240fba27a1cef39d8121af9c0242c293641b93d77c99c1b1c573674e0a5d9bebcb161263cf7f262260830ff29ec8ffcc8ccd0f406
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
$chart_size: 105px;
|
|
3
3
|
padding-top: 0px;
|
|
4
4
|
padding-left: 10px;
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
5
7
|
|
|
6
8
|
.chart-donut {
|
|
7
9
|
height: $chart_size;
|
|
@@ -47,13 +49,13 @@
|
|
|
47
49
|
.pf-v5-c-divider {
|
|
48
50
|
max-height: $chart_size;
|
|
49
51
|
}
|
|
52
|
+
}
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
+
.job-invocation-detail-flex .job-overview-description-list {
|
|
55
|
+
margin: 0;
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
.job-additional-info {
|
|
58
|
+
section.job-additional-info {
|
|
57
59
|
padding: 0;
|
|
58
60
|
margin-bottom: -10px;
|
|
59
61
|
}
|
|
@@ -12,7 +12,7 @@ import { useDispatch } from 'react-redux';
|
|
|
12
12
|
import { APIActions } from 'foremanReact/redux/API';
|
|
13
13
|
import { translate as __ } from 'foremanReact/common/I18n';
|
|
14
14
|
import { foremanUrl } from 'foremanReact/common/helpers';
|
|
15
|
-
import { RowSelectTd } from 'foremanReact/components/
|
|
15
|
+
import { RowSelectTd } from 'foremanReact/components/PF4/TableIndexPage/RowSelectTd';
|
|
16
16
|
import SelectAllCheckbox from 'foremanReact/components/PF4/TableIndexPage/Table/SelectAllCheckbox';
|
|
17
17
|
import { Table } from 'foremanReact/components/PF4/TableIndexPage/Table/Table';
|
|
18
18
|
import {
|
|
@@ -127,10 +127,7 @@ const JobInvocationDetailPage = ({
|
|
|
127
127
|
toolbarButtons={<JobInvocationToolbarButtons jobId={id} data={items} />}
|
|
128
128
|
searchable={false}
|
|
129
129
|
>
|
|
130
|
-
<Flex
|
|
131
|
-
className="job-invocation-detail-flex"
|
|
132
|
-
alignItems={{ default: 'alignItemsFlexStart' }}
|
|
133
|
-
>
|
|
130
|
+
<Flex className="job-invocation-detail-flex">
|
|
134
131
|
<SkeletonLoader
|
|
135
132
|
status={pageStatus}
|
|
136
133
|
skeletonProps={{
|
|
@@ -150,24 +147,19 @@ const JobInvocationDetailPage = ({
|
|
|
150
147
|
default: 'vertical',
|
|
151
148
|
}}
|
|
152
149
|
/>
|
|
153
|
-
<
|
|
154
|
-
|
|
155
|
-
|
|
150
|
+
<SkeletonLoader
|
|
151
|
+
status={pageStatus}
|
|
152
|
+
skeletonProps={{
|
|
153
|
+
height: 105,
|
|
154
|
+
width: 270,
|
|
155
|
+
}}
|
|
156
156
|
>
|
|
157
|
-
<
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
>
|
|
164
|
-
<JobInvocationOverview
|
|
165
|
-
data={items}
|
|
166
|
-
isAlreadyStarted={isAlreadyStarted}
|
|
167
|
-
formattedStartDate={formattedStartDate}
|
|
168
|
-
/>
|
|
169
|
-
</SkeletonLoader>
|
|
170
|
-
</Flex>
|
|
157
|
+
<JobInvocationOverview
|
|
158
|
+
data={items}
|
|
159
|
+
isAlreadyStarted={isAlreadyStarted}
|
|
160
|
+
formattedStartDate={formattedStartDate}
|
|
161
|
+
/>
|
|
162
|
+
</SkeletonLoader>
|
|
171
163
|
</Flex>
|
|
172
164
|
<PageSection
|
|
173
165
|
variant={PageSectionVariants.light}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_remote_execution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.3.
|
|
4
|
+
version: 16.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Remote Execution team
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-
|
|
10
|
+
date: 2025-11-11 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: deface
|