Wizard: Firewall customization scaffolding
This commit is contained in:
parent
5696d1805f
commit
e6bc0d429a
1 changed files with 9 additions and 0 deletions
|
|
@ -514,6 +514,15 @@ const CreateImageWizard = ({ isEdit }: CreateImageWizardProps) => {
|
|||
>
|
||||
<KernelStep />
|
||||
</WizardStep>,
|
||||
<WizardStep
|
||||
name="Firewall"
|
||||
id="wizard-firewall"
|
||||
key="wizard-firewall"
|
||||
isHidden={true}
|
||||
footer={
|
||||
<CustomWizardFooter disableNext={false} optional={true} />
|
||||
}
|
||||
></WizardStep>,
|
||||
<WizardStep
|
||||
name="First boot script configuration"
|
||||
id="wizard-first-boot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue