mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 14196: infrastructure page - add guest network - pass subdomainaccess=false to API when Subdomain Access is unchecked.
This commit is contained in:
parent
dd3707b630
commit
89af00eaee
@ -1210,7 +1210,10 @@
|
|||||||
|
|
||||||
if ($form.find('.form-item[rel=subdomainaccess]:visible input:checked').size()) {
|
if ($form.find('.form-item[rel=subdomainaccess]:visible input:checked').size()) {
|
||||||
array1.push("&subdomainaccess=true");
|
array1.push("&subdomainaccess=true");
|
||||||
}
|
} else {
|
||||||
|
array1.push("&subdomainaccess=false");
|
||||||
|
}
|
||||||
|
|
||||||
if($form.find('.form-item[rel=account]').css("display") != "none") { //account-specific
|
if($form.find('.form-item[rel=account]').css("display") != "none") { //account-specific
|
||||||
array1.push("&account=" + args.data.account);
|
array1.push("&account=" + args.data.account);
|
||||||
array1.push("&acltype=account");
|
array1.push("&acltype=account");
|
||||||
@ -1467,7 +1470,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
'delete': {
|
'remove': {
|
||||||
label: 'label.action.delete.network',
|
label: 'label.action.delete.network',
|
||||||
messages: {
|
messages: {
|
||||||
confirm: function(args) {
|
confirm: function(args) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user