mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
[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…
x
Reference in New Issue
Block a user