diff --git a/src/Components/CreateImageWizard/steps/registration.js b/src/Components/CreateImageWizard/steps/registration.js index bb8465f5..e4004bd6 100644 --- a/src/Components/CreateImageWizard/steps/registration.js +++ b/src/Components/CreateImageWizard/steps/registration.js @@ -15,8 +15,30 @@ import { useChrome } from '@redhat-cloud-services/frontend-components/useChrome' import StepTemplate from './stepTemplate'; +import { useGetEnvironment } from '../../../Utilities/useGetEnvironment'; import CustomButtons from '../formComponents/CustomButtons'; +const ManageKeysButton = () => { + const { isProd } = useGetEnvironment(); + return ( + + ); +}; + const PopoverActivation = () => { const [orgId, setOrgId] = useState(null); const { auth } = useChrome(); @@ -121,17 +143,7 @@ const registrationStep = { By default, activation key is generated and preset for you. Admins can create and manage keys by visiting the  - + ), condition: {