From b9f2e9b93ad25320ce8f20ab97873c7cfb9811d3 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 14 Aug 2012 01:48:35 +0530 Subject: [PATCH] CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey the default value of ICMP 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 a583e002a7f..66a5437654f 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -95,8 +95,8 @@ }); } }, - 'icmptype': { edit: true, label: 'ICMP.type', isDisabled: true }, - 'icmpcode': { edit: true, label: 'ICMP.code', isDisabled: true }, + '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' }, 'traffictype' : { label: 'Traffic type', select: function(args) {