Updated Branches: refs/heads/master 1869160cd -> a7b7465be
CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey User that -1 for Type and Code means any Type and Code Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a7b7465b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a7b7465b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a7b7465b Branch: refs/heads/master Commit: a7b7465becd48b7f2eb4baed0b2bf442f047f1b7 Parents: 1869160 Author: Pranav Saxena <[email protected]> Authored: Thu Aug 16 14:56:23 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Aug 16 14:56:23 2012 +0530 ---------------------------------------------------------------------- ui/scripts/vpc.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a7b7465b/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 363bd33..dfa3f34 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -111,8 +111,8 @@ }); } }, - 'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true , desc:'Please specify -1 if you want to allow all', defaultValue:'-1'}, - 'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true , desc:'Please specify -1 if you want to allow all', defaultValue:'-1'}, + 'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true , desc:'Please specify -1 if you want to allow any', defaultValue:'-1'}, + 'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true , desc:'Please specify -1 if you want to allow any', defaultValue:'-1'}, 'traffictype' : { label: 'Traffic type', select: function(args) {
