Updated Branches: refs/heads/master 5dcf639ac -> 1ec3fed0e
CS-16019:InterVlan CIDR list in Add VPN Customer Gateway doesnt let the User know that CIDR list is a comma seperated list Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1ec3fed0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1ec3fed0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1ec3fed0 Branch: refs/heads/master Commit: 1ec3fed0e66631a0c5e822de32222b0c4834d8c3 Parents: 5dcf639a Author: Pranav Saxena <[email protected]> Authored: Thu Aug 16 20:53:51 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Aug 16 20:53:51 2012 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1ec3fed0/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 7899794..db41bdf 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -3975,7 +3975,7 @@ } }, createForm: { - title: 'add VPN Customer Gateway', + title: 'Add VPN Customer Gateway', fields: { name: { label: 'label.name', @@ -3987,7 +3987,8 @@ }, cidrlist: { label: 'CIDR list', - validation: { required: true } + desc: 'Please enter a comma separated list of CIDRs if more than one', + validation: { required: true } }, gateway: { label: 'label.gateway',
