mirror of https://github.com/apache/cloudstack.git
Dedication of pod/cluster
This commit is contained in:
parent
1fc7aeaaea
commit
49ab93cd23
|
|
@ -10263,7 +10263,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({
|
||||
|
|
@ -10289,6 +10289,7 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
error: function(XMLHttpResponse) {
|
||||
var errorMsg = parseXMLHttpResponse(XMLHttpResponse);
|
||||
|
|
@ -11364,7 +11365,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({
|
||||
|
|
@ -11391,6 +11392,7 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
error: function(XMLHttpResponse) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue