We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb9df9 commit 894cb8fCopy full SHA for 894cb8f
1 file changed
ui/scripts/ui-custom/instanceWizard.js
@@ -875,6 +875,9 @@
875
if (index) {
876
if (index == $steps.size() - 1 && $networkStep.hasClass('next-use-security-groups')) {
877
showStep(5);
878
+ } else if ($activeStep.find('.select-security-group:visible').size() &&
879
+ $activeStep.find('.select-network.no-add-network').size()) {
880
+ showStep(5);
881
} else {
882
showStep(index);
883
}
0 commit comments