diff --git a/ui/index.jsp b/ui/index.jsp index 072f717a132..9031d273f68 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -498,22 +498,13 @@ under the License.
- - -
-
- -
- - -
- +
diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js index 6255ab86b9b..34e0204d9c5 100644 --- a/ui/scripts/ui-custom/zoneWizard.js +++ b/ui/scripts/ui-custom/zoneWizard.js @@ -156,7 +156,8 @@ // Include zone isolation mode, supported for Advanced zones only if (groupedForms.zone.networkType == 'Advanced') { - groupedForms.zone.isolationMode = $forms.find('input[name=zone-isolation-mode]:checked').val(); + groupedForms.zone.sgEnabled = $forms.find('input[name=zone-advanced-sg-enabled]') + .is(':checked') ? true : false; } }