rhtyd commented on a change in pull request #343:
URL: https://github.com/apache/cloudstack-primate/pull/343#discussion_r434402062



##########
File path: src/views/infra/zone/ZoneWizardZoneDetailsStep.vue
##########
@@ -120,6 +120,43 @@
           }]"
         />
       </a-form-item>
+      <a-form-item
+        :label="$t('ip6cidr')"
+        v-bind="formItemLayout"
+        v-if="isAdvancedZone && securityGroupsEnabled"

Review comment:
       Is this setting/field only taken into consideration when SG is enabled 
@GabrielBrascher ?

##########
File path: src/views/infra/zone/ZoneWizardZoneDetailsStep.vue
##########
@@ -120,6 +120,43 @@
           }]"
         />
       </a-form-item>
+      <a-form-item
+        :label="$t('ip6cidr')"
+        v-bind="formItemLayout"
+        v-if="isAdvancedZone && securityGroupsEnabled"
+        has-feedback>
+        <a-input
+          v-decorator="['ipv6Cidr', {
+            rules: [
+              {
+                message: 'Please enter IpV6 CIDR',
+                initialValue: ip6cidr
+              }
+            ]
+          }]"
+        />
+      </a-form-item>
+            <a-form-item
+              :label="$t('ip6gateway')"
+              v-bind="formItemLayout"
+              v-if="isAdvancedZone && securityGroupsEnabled"

Review comment:
       Is this setting/field only taken into consideration when SG is enabled 
@GabrielBrascher ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to