From db9bb3188770e5cfd76cf7b2792383d7ad4a4dcc Mon Sep 17 00:00:00 2001 From: lucasgarfield Date: Thu, 3 Mar 2022 12:02:11 +0100 Subject: [PATCH] CreateImageWizard: Update Wizard description to match UI design Changes the Wizard's description (defined in the schema) to `Image builder allows you to create a custom image and push it to target environments` as indicated in the UI design prototype. The previous description (`Create a RHEL image and push it to cloud providers`) is no longer accurate since CentOS images are also currently supported. --- .../CreateImageWizard/CreateImageWizard.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/Components/CreateImageWizard/CreateImageWizard.js b/src/Components/CreateImageWizard/CreateImageWizard.js index c174fd37..3402f1c2 100644 --- a/src/Components/CreateImageWizard/CreateImageWizard.js +++ b/src/Components/CreateImageWizard/CreateImageWizard.js @@ -2,8 +2,7 @@ import React from 'react'; import ImageCreator from './ImageCreator'; import { useNavigate } from 'react-router-dom'; import componentTypes from '@data-driven-forms/react-form-renderer/component-types'; -import { Button } from '@patternfly/react-core'; -import { ExternalLinkAltIcon } from '@patternfly/react-icons'; +import DocumentationButton from '../sharedComponents/DocumentationButton'; import './CreateImageWizard.scss'; import { useDispatch } from 'react-redux'; import api from '../../api'; @@ -246,18 +245,7 @@ const CreateImageWizard = () => { showTitles: true, title: 'Create image', crossroads: [ 'target-environment', 'release' ], - description: <>Create a RHEL image and push it to cloud providers. , + description: <>Image builder allows you to create a custom image and push it to target environments. , // order in this array does not reflect order in wizard nav, this order is managed inside // of each step by `nextStep` property! fields: [