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')}