From b3aad47570d6aedaf3ba958e3eccd65f4882ad10 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 16 Jul 2012 16:06:57 -0700 Subject: [PATCH] cloudstack 3.0 UI - VPC - private gateway - make root-admin able to see private gateways created by other people. --- ui/scripts/vpc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index ac101afc2e4..40828b16f46 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -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];