From dc10b82fe5af4bc9141a7f6d20fd1fb7e24b99c4 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 17 Aug 2022 09:37:18 -0400 Subject: [PATCH] Fixes #35367 - Add legacy ch host ui button to new host page (#10235) --- .../extensions/HostDetails/ActionsBar/index.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webpack/components/extensions/HostDetails/ActionsBar/index.js b/webpack/components/extensions/HostDetails/ActionsBar/index.js index 527133b8ea0..6bb0953cc12 100644 --- a/webpack/components/extensions/HostDetails/ActionsBar/index.js +++ b/webpack/components/extensions/HostDetails/ActionsBar/index.js @@ -1,7 +1,7 @@ import React from 'react'; import { useSelector } from 'react-redux'; import { DropdownItem } from '@patternfly/react-core'; -import { CubeIcon } from '@patternfly/react-icons'; +import { CubeIcon, UndoIcon } from '@patternfly/react-icons'; import { translate as __ } from 'foremanReact/common/I18n'; import { foremanUrl } from 'foremanReact/common/helpers'; @@ -13,6 +13,13 @@ const HostActionsBar = () => { return ( <> + } + > + {__('Legacy content host UI')} +