Updated Branches: refs/heads/master b30e39b0e -> df039aab7
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/master Commit: df039aab7f36d221bd9bf1800166fbcbe461c46d Parents: b30e39b Author: Jessica Wang <[email protected]> Authored: Mon Apr 22 13:30:12 2013 -0700 Committer: Jessica Wang <[email protected]> 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'},
