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 19:31:51 -07:00
parent 80b43212eb
commit afb148a38c

View File

@ -1640,7 +1640,8 @@
args.response.success({
data: [
{ name: 'tcp', description: 'TCP' },
{ name: 'udp', description: 'UDP' }
{ name: 'udp', description: 'UDP' },
{ name: 'icmp', description: 'ICMP' } //Bug 14532
]
});
}