wizard: don't show the form as a modal

When the user clicks on the "create an image" button, the image wizard
shows up replacing the landing page. This allows to keep the quickstart
guides to the right of the wizard while the user is interacting with it.
This commit is contained in:
Thomas Lavocat 2023-08-22 10:57:05 +02:00 committed by Thomas Lavocat
parent cd2d3c41f7
commit cbe710e75e
4 changed files with 28 additions and 11 deletions

View file

@ -641,7 +641,7 @@ const CreateImageWizard = () => {
name: 'image-builder-wizard',
className: 'imageBuilder',
isDynamic: true,
inModal: true,
inModal: false,
onKeyDown: (e) => {
handleKeyDown(e, handleClose);
},
@ -649,7 +649,7 @@ const CreateImageWizard = () => {
submit: 'Create image',
},
showTitles: true,
title: 'Create image',
title: 'Image Builder',
crossroads: [
'target-environment',
'release',