mirror of https://github.com/apache/cloudstack.git
[UI] bug fix: fix update Networks in sub-domain issue by adding listAll=true in listNetworks
This commit is contained in:
parent
3dccbe3dc0
commit
dd700be263
|
|
@ -921,7 +921,7 @@
|
|||
|
||||
var oldcidr;
|
||||
$.ajax({
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id),
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id + "&listAll=true"),
|
||||
dataType: "json",
|
||||
async: false,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue