mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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
This commit is contained in:
parent
1869160cdd
commit
a7b7465bec
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user