CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey User the default value and Tooltip description for ICMP Type and Code

This commit is contained in:
Pranav Saxena 2012-08-14 01:52:00 +05:30
parent 4da87bd9dd
commit dabb827922
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,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) {