diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 93fb892eb6d..94a26c9e3fe 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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' } ] }); }