foreman_remote_execution 16.0.0 → 16.0.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: 0aed9975e1debc81b9ffbb6979d64fc3630920cbb222eee4ab39e537c8af44b2
4
- data.tar.gz: 00f1a3ea5b64b06c8ec65018b36b2fd34af5c908ae171a6b6284a11204f5ede6
3
+ metadata.gz: 4a41cb26fee902fc19cc5a8fe4adcbacdef4944095478f1d55a6220c718c16ea
4
+ data.tar.gz: a0332ea0045f6c1365ff40ae80824f4f7cae6689faa5de33c06684f602ad980d
5
5
  SHA512:
6
- metadata.gz: 0d4cf8e11733df130bdd0e8a9d9b0849d59798dc15abe41bf876a2962ce6a08d50e261b9dd30a138b3bc00b9e1f75b3c371083f089ad2591f4aad01d010f62d8
7
- data.tar.gz: bc2398fd0c4b2ed4cceff50f2be6ef37459bb298f875436e9f29a78b14964fb6a445c8c4588a06e3dbef504c461efb328f9947b8f868d48e499578a70bfe359b
6
+ metadata.gz: b0c82d765d09a001fde64799b48d76c70f7801f438311c77ed0e4d6a1f8baa1f19f1e2a7d3a88175676c3d426c0a623fce59a8fbd1a4cd6c6a05e60b12eeb3b0
7
+ data.tar.gz: 565ae8340a1238de653aec41ac1f210f47105b14977bd51d923ec7bd75631222962a9bb5e6df63d757ddd67a114109edb05626e30fc050fa6b84b2e900c0a529
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '16.0.0'.freeze
2
+ VERSION = '16.0.1'.freeze
3
3
  end
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
3
3
  import { Popover, Button, Icon } from '@patternfly/react-core';
4
4
  import { HelpIcon } from '@patternfly/react-icons';
5
5
  import { translate as __ } from 'foremanReact/common/I18n';
6
- import styles from '@patternfly/react-styles/css/components/Form/form';
7
6
 
8
7
  export const helpLabel = (text, id) => {
9
8
  if (!text) return null;
@@ -13,7 +12,7 @@ export const helpLabel = (text, id) => {
13
12
  type="button"
14
13
  aria-label={__('open-help-tooltip-button')}
15
14
  onClick={e => e.preventDefault()}
16
- className={styles.formGroupLabelHelp}
15
+ className="pf-v5-c-form__group-label-help"
17
16
  >
18
17
  <Icon isInline>
19
18
  <HelpIcon />
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.0.0
4
+ version: 16.0.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-03-25 00:00:00.000000000 Z
10
+ date: 2025-03-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: deface