Skip to content

Commit bff3690

Browse files
committed
Fix #6459: Skip interfaces config in AWS EC2 wizard
1 parent eb80929 commit bff3690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/usr/local/www/wizards/setup_wizard.xml

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
</step>
194194
<step>
195195
<id>5</id>
196+
<skip_flavors>ec2,ec2-ic</skip_flavors>
196197
<disableallfieldsbydefault>true</disableallfieldsbydefault>
197198
<title>Configure WAN Interface</title>
198199
<description>On this screen the Wide Area Network information will be configured.</description>
@@ -577,6 +578,7 @@
577578
</step>
578579
<step>
579580
<id>6</id>
581+
<skip_flavors>ec2,ec2-ic</skip_flavors>
580582
<title>Configure LAN Interface</title>
581583
<description>On this screen the Local Area Network information will be configured.</description>
582584
<fields>

0 commit comments

Comments
 (0)