mirror of https://github.com/apache/cloudstack.git
correcting dedicate cluster/host
This commit is contained in:
parent
4e80c3dbb4
commit
15561e6fce
|
|
@ -9771,7 +9771,7 @@
|
|||
if(args.$form.find('.form-item[rel=isDedicated]').find('input[type=checkbox]').is(':Checked')== true){
|
||||
if(args.data.accountId != "")
|
||||
array2.push("&account=" +todb(args.data.accountId));
|
||||
}
|
||||
|
||||
|
||||
if(clusterId != null){
|
||||
$.ajax({
|
||||
|
|
@ -9797,6 +9797,7 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
|
|
@ -10872,7 +10873,7 @@
|
|||
if(args.$form.find('.form-item[rel=isDedicated]').find('input[type=checkbox]').is(':Checked')== true){
|
||||
if(args.data.accountId != "")
|
||||
array2.push("&account=" +todb(args.data.accountId));
|
||||
}
|
||||
|
||||
|
||||
if(hostId != null){
|
||||
$.ajax({
|
||||
|
|
@ -10899,6 +10900,7 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
error: function(XMLHttpResponse) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue