From 2406d14304371b6445cbf3666cba46a01d3ec0d3 Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 15 Jul 2025 09:21:20 +0200 Subject: [PATCH] Wizard: Update activation keys dropdown This updates key dropdown's helper text to match recent mocks. Also checked other criteria: - the input is clearable - current selection is marked with a check in the list of options --- .../components/ActivationKeysList.tsx | 17 +++++++++++------ .../components/ManageKeysButton.tsx | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx b/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx index b568289f..c9931cb8 100644 --- a/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx +++ b/src/Components/CreateImageWizard/steps/Registration/components/ActivationKeysList.tsx @@ -7,11 +7,13 @@ import { Select, SelectList, SelectOption, - Content, MenuToggleElement, MenuToggle, TextInputGroup, TextInputGroupMain, + FormHelperText, + HelperText, + HelperTextItem, } from '@patternfly/react-core'; import { useAddNotification } from '@redhat-cloud-services/frontend-components-notifications/hooks'; @@ -254,11 +256,14 @@ const ActivationKeysList = () => { > {prepareSelectOptions()} - - - Create and manage activation keys on the - - + + + + Image Builder provides and defaults to a no-cost activation key if + none exist. + + + {isErrorActivationKeys && ( { isInline href={ACTIVATION_KEYS_URL} > - Activation keys page + Manage Activation keys ); };