mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +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;
|
var oldcidr;
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL("listNetworks&id=" + args.context.networks[0].id),
|
url: createURL("listNetworks&id=" + args.context.networks[0].id + "&listAll=true"),
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
async: false,
|
async: false,
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user