From 10a40aaec4dda8dd67bc4bf8444ddacc1cc879db Mon Sep 17 00:00:00 2001 From: regexowl Date: Mon, 14 Jul 2025 14:11:37 +0200 Subject: [PATCH] Wizard: Move org ID into a copy-able field This moves the org ID into a copy-able field and updates the permanent info as per mocks. The popover that previously included the org ID is removed from mocks. --- .../components/ActivationKeysList.tsx | 9 +--- .../components/PopoverActivation.tsx | 51 ------------------- .../steps/Registration/index.tsx | 46 ++++++++++++++--- .../steps/Review/ReviewStepTextLists.tsx | 3 +- 4 files changed, 41 insertions(+), 68 deletions(-) delete mode 100644 src/Components/CreateImageWizard/steps/Registration/components/PopoverActivation.tsx diff --git a/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx b/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx index 4ef779b2..b568289f 100644 --- a/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx +++ b/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx @@ -16,7 +16,6 @@ import { import { useAddNotification } from '@redhat-cloud-services/frontend-components-notifications/hooks'; import ManageKeysButton from './ManageKeysButton'; -import PopoverActivation from './PopoverActivation'; import { CDN_PROD_URL, CDN_STAGE_URL } from '../../../../../constants'; import { useAppDispatch, useAppSelector } from '../../../../../store/hooks'; @@ -243,13 +242,7 @@ const ActivationKeysList = () => { return ( <> - - Activation key to use for this image - - } - > +