mirror of https://github.com/apache/cloudstack.git
Revert - bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option [reviewed-by: Brian]
This commit is contained in:
parent
1c3d6e6a84
commit
5ab96844e2
|
|
@ -1640,8 +1640,7 @@
|
|||
args.response.success({
|
||||
data: [
|
||||
{ name: 'tcp', description: 'TCP' },
|
||||
{ name: 'udp', description: 'UDP' },
|
||||
{ name: 'icmp', description: 'ICMP' } //Bug 14532
|
||||
{ name: 'udp', description: 'UDP' }
|
||||
]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue