mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - private gateway - make root-admin able to see private gateways created by other people.
This commit is contained in:
parent
13fd9c9774
commit
b3aad47570
|
|
@ -557,7 +557,8 @@
|
|||
$.ajax({
|
||||
url: createURL('listPrivateGateways'),
|
||||
data: {
|
||||
id: args.context.vpcGateways[0].id
|
||||
id: args.context.vpcGateways[0].id,
|
||||
listAll: true
|
||||
},
|
||||
success: function(json) {
|
||||
var item = json.listprivategatewaysresponse.privategateway[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue