Updated Branches:
  refs/heads/ui-vpc-redesign 2eb29a5d8 -> 6ac4f7939

VPC chart: add link to public IP addresses list


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6ac4f793
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6ac4f793
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6ac4f793

Branch: refs/heads/ui-vpc-redesign
Commit: 6ac4f79397193fb7130ab423e1d74a695f5fdc0f
Parents: 2eb29a5
Author: Brian Federle <[email protected]>
Authored: Fri May 10 15:48:32 2013 -0700
Committer: Brian Federle <[email protected]>
Committed: Fri May 10 15:48:32 2013 -0700

----------------------------------------------------------------------
 ui/scripts/vpc.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6ac4f793/ui/scripts/vpc.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
index 5109724..7e1a8c3 100644
--- a/ui/scripts/vpc.js
+++ b/ui/scripts/vpc.js
@@ -282,7 +282,10 @@
       // Private gateways
       privateGateways: function() {
         return cloudStack.vpc.gateways.listView()
-      }
+      },
+      publicIPs: function() {
+        return cloudStack.vpc.ipAddresses.listView()
+      }      
     },
     
     routerDetailView: function() {

Reply via email to