DaanHoogland commented on code in PR #7588:
URL: https://github.com/apache/cloudstack/pull/7588#discussion_r1219438129


##########
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue:
##########
@@ -1218,7 +1218,12 @@ export default {
       }
       params.clustertype = clusterType
       params.podId = this.stepData.podReturned.id
-      let clusterName = this.prefillContent.clusterName || 
this.stepData.zoneReturned.type === 'Edge' ? 'Cluster-' + 
this.stepData.zoneReturned.name : null
+      console.log('cluster name recorded: ' + this.prefillContent?.clusterName)
+      console.log('are we in an edge zone: ' + this.isEdgeZone)

Review Comment:
   ```suggestion
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to