sureshanaparti commented on code in PR #10647: URL: https://github.com/apache/cloudstack/pull/10647#discussion_r2046911038
########## ui/src/views/tools/SelectVmwareVcenter.vue: ########## @@ -281,52 +256,17 @@ export default { listZoneVmwareDcs () { this.loading = true api('listVmwareDcs', { zoneid: this.sourcezoneid }).then(response => { - if (response.listvmwaredcsresponse.vmwaredc && response.listvmwaredcsresponse.vmwaredc.length > 0) { - this.existingvcenter = response.listvmwaredcsresponse.vmwaredc + if (response.listvmwaredcsresponse.VMwareDC && response.listvmwaredcsresponse.VMwareDC.length > 0) { + this.existingvcenter = response.listvmwaredcsresponse.VMwareDC Review Comment: correct, @DaanHoogland check if the object name change is requried or not. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org