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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4ba8d959e00a021655728444aaeb2f89edd95dc85e711e18947783fb69984a9
4
- data.tar.gz: '09e09cca1a6ce94e49f19b45f739b9bc55991d88dbc28e2129551a2012b0a485'
3
+ metadata.gz: 1f3605e5f510dbb583d0af3208b3f80f7fdea955420f5d65425d896a37997b3c
4
+ data.tar.gz: '092f3cddbb03c09274aaedb3517b4d3cb9aafe2e08399e8361ac1772591d8d5d'
5
5
  SHA512:
6
- metadata.gz: ebfeca44b35796fe096a4a627638f818276f40efff85be6f7906428c1c582cf0f15c5c6b44fdd7fa2518945d0c511a9f1873e4bd6ac47096f66c5e1a38bc5aa4
7
- data.tar.gz: f8c8391a6df84d5275fed3e73fa3d6ba18935eed2c2526c57a421bafe36e2e120a2c15a05a7c38510fdf31ddf0e2e50572346f21e207b144bdd619afc35b55c7
6
+ metadata.gz: f7295aee226fb5438f923dc74a629e427d01a967cc309404297417dd1b850bec2051350f0a465e26d3345ff707907abf963b4e547be7707095ce0e8d5e33f090
7
+ data.tar.gz: 7a3a7d1d9730a007208053c240fba27a1cef39d8121af9c0242c293641b93d77c99c1b1c573674e0a5d9bebcb161263cf7f262260830ff29ec8ffcc8ccd0f406
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '16.3.0'.freeze
2
+ VERSION = '16.3.1'.freeze
3
3
  end
@@ -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
- .job-overview {
52
- height: $chart_size;
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/HostsIndex/RowSelectTd';
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 {
@@ -28,6 +28,7 @@ const JobInvocationOverview = ({
28
28
 
29
29
  return (
30
30
  <DescriptionList
31
+ className="job-overview-description-list"
31
32
  columnModifier={{
32
33
  default: '2Col',
33
34
  }}
@@ -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
- <Flex
154
- className="job-overview"
155
- alignItems={{ default: 'alignItemsCenter' }}
150
+ <SkeletonLoader
151
+ status={pageStatus}
152
+ skeletonProps={{
153
+ height: 105,
154
+ width: 270,
155
+ }}
156
156
  >
157
- <SkeletonLoader
158
- status={pageStatus}
159
- skeletonProps={{
160
- height: 105,
161
- width: 270,
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.0
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-29 00:00:00.000000000 Z
10
+ date: 2025-11-11 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: deface