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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a41cb26fee902fc19cc5a8fe4adcbacdef4944095478f1d55a6220c718c16ea
|
4
|
+
data.tar.gz: a0332ea0045f6c1365ff40ae80824f4f7cae6689faa5de33c06684f602ad980d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0c82d765d09a001fde64799b48d76c70f7801f438311c77ed0e4d6a1f8baa1f19f1e2a7d3a88175676c3d426c0a623fce59a8fbd1a4cd6c6a05e60b12eeb3b0
|
7
|
+
data.tar.gz: 565ae8340a1238de653aec41ac1f210f47105b14977bd51d923ec7bd75631222962a9bb5e6df63d757ddd67a114109edb05626e30fc050fa6b84b2e900c0a529
|
@@ -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=
|
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.
|
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-
|
10
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: deface
|