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:
parent
cd2d3c41f7
commit
cbe710e75e
4 changed files with 28 additions and 11 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue