From 3830f6a07b759e039ade93a0f81d6a4d20dad3c2 Mon Sep 17 00:00:00 2001 From: MariaAga Date: Thu, 14 Aug 2025 15:32:09 +0100 Subject: [PATCH] Fixes #38665 - update dropdown in host details --- webpack/react_app/components/HostKebab/KebabItems.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webpack/react_app/components/HostKebab/KebabItems.js b/webpack/react_app/components/HostKebab/KebabItems.js index 89530f7f7..9fda44000 100644 --- a/webpack/react_app/components/HostKebab/KebabItems.js +++ b/webpack/react_app/components/HostKebab/KebabItems.js @@ -1,6 +1,6 @@ import React from 'react'; import { useSelector } from 'react-redux'; -import { DropdownItem } from '@patternfly/react-core/deprecated'; +import { DropdownItem } from '@patternfly/react-core'; import { CodeIcon } from '@patternfly/react-icons'; import { selectAPIResponse } from 'foremanReact/redux/API/APISelectors'; import { translate as __ } from 'foremanReact/common/I18n'; @@ -16,9 +16,8 @@ const HostKebabItems = () => { } - href={consoleUrl} + to={consoleUrl} target="_blank" - rel="noreferrer" > {__('Web Console')}