mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix a JS error "args.groupedData is undefined" (which caused "Adding cluster...." message as hanging in last step in new zone wizard)
This commit is contained in:
parent
4efd42cac1
commit
5e5579a210
@ -2038,7 +2038,7 @@
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
if(args.groupedData.cluster.hypervisor != "VMware") {
|
||||
if(args.data.hypervisor != "VMware") {
|
||||
stepFns.addHost({
|
||||
data: $.extend(args.data, {
|
||||
returnedCluster: json.addclusterresponse.cluster[0]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user