cloudstack 3.0 UI - VPC - private gateway - make root-admin able to see private gateways created by other people.

This commit is contained in:
Jessica Wang 2012-07-16 16:06:57 -07:00
parent 13fd9c9774
commit b3aad47570
1 changed files with 2 additions and 1 deletions

View File

@ -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];