mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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.$form.find('.form-item[rel=isDedicated]').find('input[type=checkbox]').is(':Checked')== true){
|
||||||
if(args.data.accountId != "")
|
if(args.data.accountId != "")
|
||||||
array2.push("&account=" +todb(args.data.accountId));
|
array2.push("&account=" +todb(args.data.accountId));
|
||||||
}
|
|
||||||
|
|
||||||
if(clusterId != null){
|
if(clusterId != null){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
@ -10289,6 +10289,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
error: function(XMLHttpResponse) {
|
error: function(XMLHttpResponse) {
|
||||||
var errorMsg = parseXMLHttpResponse(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.$form.find('.form-item[rel=isDedicated]').find('input[type=checkbox]').is(':Checked')== true){
|
||||||
if(args.data.accountId != "")
|
if(args.data.accountId != "")
|
||||||
array2.push("&account=" +todb(args.data.accountId));
|
array2.push("&account=" +todb(args.data.accountId));
|
||||||
}
|
|
||||||
|
|
||||||
if(hostId != null){
|
if(hostId != null){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
@ -11391,6 +11392,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
error: function(XMLHttpResponse) {
|
error: function(XMLHttpResponse) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user