Add image output tiles
First step includes tiles so let's create output tiles component to show in this step
This commit is contained in:
parent
c040b004ad
commit
2f3f9f9367
9 changed files with 120 additions and 21 deletions
|
|
@ -17,11 +17,12 @@ const CreateImage = () => {
|
|||
{
|
||||
component: componentTypes.WIZARD,
|
||||
name: 'image-builder-wizard',
|
||||
className: 'image-builder',
|
||||
isDynamic: true,
|
||||
inModal: true,
|
||||
showTitles: true,
|
||||
title: 'Create image',
|
||||
crossroads: [ 'role-type' ],
|
||||
crossroads: [ 'target-environment' ],
|
||||
description: <div>Create a RHEL image and push it to cloud providers. <Button
|
||||
component="a"
|
||||
target="_blank"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue