Skip to content

Commit 3291927

Browse files
committed
icon from agent status Available is confusing
Signed-off-by: Elay Aharoni <[email protected]>
1 parent 6af48f8 commit 3291927

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libs/locales/lib/en/translation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@
485485
"ai:iSCSI NIC belongs to machine CIDR": "iSCSI NIC belongs to machine CIDR",
486486
"ai:It can be fixed in the <1>{pageURL.name}</1> page.": "It can be fixed in the <1>{pageURL.name}</1> page.",
487487
"ai:It can be fixed in the <2></2> step.": "It can be fixed in the <2></2> step.",
488-
"ai:It is not possible to remove a host which is being installed.": "It is not possible to remove a host that is being installed.",
489488
"ai:It is not possible to remove a node from a cluster during installation.": "It is not possible to remove a node from a cluster during installation.",
490489
"ai:It is not possible to remove control plane node from an installed cluster.": "It is not possible to remove control plane node from an installed cluster.",
491490
"ai:It is not possible to remove this node from the cluster.": "It is not possible to remove this node from the cluster.",

libs/ui-lib/lib/common/components/hosts/status.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { ExclamationTriangleIcon } from '@patternfly/react-icons/dist/js/icons/e
88
import { InProgressIcon } from '@patternfly/react-icons/dist/js/icons/in-progress-icon';
99
import { LinkIcon } from '@patternfly/react-icons/dist/js/icons/link-icon';
1010
import { PendingIcon } from '@patternfly/react-icons/dist/js/icons/pending-icon';
11-
import { PlusIcon } from '@patternfly/react-icons/dist/js/icons/plus-icon';
1211
import { global_danger_color_100 as dangerColor } from '@patternfly/react-tokens/dist/js/global_danger_color_100';
1312
import { global_warning_color_100 as warningColor } from '@patternfly/react-tokens/dist/js/global_warning_color_100';
1413
import { global_success_color_100 as okColor } from '@patternfly/react-tokens/dist/js/global_success_color_100';
@@ -95,7 +94,7 @@ export const hostStatus = (t: TFunction): HostStatus<Host['status'] | 'finalizin
9594
key: 'known-unbound',
9695
title: t('ai:Available'),
9796
category: 'Discovery related',
98-
icon: <PlusIcon color={blueColor.value} />,
97+
icon: <ConnectedIcon color={blueColor.value} />,
9998
details: t(
10099
'ai:This host meets the minimum hardware and networking requirements and can be included in the cluster.',
101100
),

0 commit comments

Comments
 (0)