Updated Branches: refs/heads/master a1a68ed0c -> 4fce6448e
CLOUDSTACK-2021: UI - Network menu - listView - add IPv6 CIDR field. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4fce6448 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4fce6448 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4fce6448 Branch: refs/heads/master Commit: 4fce6448e65d22587ba72f6bfa493b71ae0e2a08 Parents: a1a68ed Author: Jessica Wang <[email protected]> Authored: Mon Jun 10 16:54:19 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Mon Jun 10 16:59:15 2013 -0700 ---------------------------------------------------------------------- ui/scripts/network.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4fce6448/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 61468fc..fb63e4b 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -544,7 +544,8 @@ name: { label: 'label.name' }, account: { label: 'label.account' }, type: { label: 'label.type' }, - cidr: { label: 'label.cidr' } + cidr: { label: 'label.cidr' }, + ip6cidr: { label: 'IPv6 CIDR' } }, advSearchFields: {
