You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/24 18:23:56 UTC

[32/50] [abbrv] git commit: updated refs/heads/internallb to ca2fc30

CLOUDSTACK-1730: cloudstack UI - IPv6 - network menu - guest network detailView - add IPv6 Gateway, IPv6 CIDR.


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

Branch: refs/heads/internallb
Commit: df039aab7f36d221bd9bf1800166fbcbe461c46d
Parents: b30e39b
Author: Jessica Wang <je...@apache.org>
Authored: Mon Apr 22 13:30:12 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Apr 22 13:32:38 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/df039aab/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index f9a8778..9ba725a 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1031,6 +1031,11 @@
 
                     networkcidr:{label:'Network CIDR'},
 
+                    ip6gateway: { label: 'IPv6 Gateway' }, 
+
+                    ip6cidr: { label: 'IPv6 CIDR' }, 
+
+
                     reservediprange:{label:'Reserved IP Range'},