Revert - bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option

This commit is contained in:
Jessica Wang 2012-03-28 20:24:52 -07:00
parent afb148a38c
commit 7da24db79b

View File

@ -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' }
]
});
}