mirror of https://github.com/apache/cloudstack.git
CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey the default value of ICMP type and Code
This commit is contained in:
parent
8069ffab1c
commit
b9f2e9b93a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue