mirror of https://github.com/apache/cloudstack.git
UI: Networks section fix
Fix broken detail view when viewing other users' networks as admin
This commit is contained in:
parent
d74260e197
commit
9f260fb37b
|
|
@ -684,7 +684,7 @@
|
|||
],
|
||||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id),
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id+'&listAll=true'),
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue