mirror of https://github.com/apache/cloudstack.git
Fix admin not being able to view users' network details
This commit is contained in:
parent
baa2acf2f6
commit
5333ee1549
|
|
@ -686,6 +686,7 @@
|
|||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
url: createURL("listNetworks&id=" + args.context.networks[0].id),
|
||||
data: { listAll: true },
|
||||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue