CreateImageWizard: Step template with id

The template is the default template from data driven forms, with the id
added.

Fixes #642
This commit is contained in:
Sanne Raymaekers 2022-03-23 12:15:52 +01:00 committed by jkozol
parent 09ebf953c5
commit a0883793ba
10 changed files with 55 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import componentTypes from '@data-driven-forms/react-form-renderer/component-typ
import validatorTypes from '@data-driven-forms/react-form-renderer/validator-types';
import { Button, Popover, Text, TextContent, TextVariants } from '@patternfly/react-core';
import { ExternalLinkAltIcon, HelpIcon } from '@patternfly/react-icons';
import StepTemplate from './stepTemplate';
const PopoverActivation = () => {
return <Popover
@ -25,6 +26,8 @@ const PopoverActivation = () => {
};
export default {
StepTemplate,
id: 'wizard-registration',
title: 'Registration',
name: 'registration',
nextStep: 'File system configuration',