Skip to content

Commit 894cb8f

Browse files
committed
Advanced SG instance wizard: Fix back button
Fixes back button for select SG step, when using SG-enabled advanced network.
1 parent 5cb9df9 commit 894cb8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ui/scripts/ui-custom/instanceWizard.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,9 @@
875875
if (index) {
876876
if (index == $steps.size() - 1 && $networkStep.hasClass('next-use-security-groups')) {
877877
showStep(5);
878+
} else if ($activeStep.find('.select-security-group:visible').size() &&
879+
$activeStep.find('.select-network.no-add-network').size()) {
880+
showStep(5);
878881
} else {
879882
showStep(index);
880883
}

0 commit comments

Comments
 (0)