From 86f25081861a0038d28148083bdf40676dbbac04 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 16 Aug 2012 14:53:06 +0530 Subject: [PATCH] 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 --- ui/scripts/vpc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 564d2f3d2b1..43910d134a1 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -105,8 +105,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) {