Simon Hunt

GUI -- fix to remove newly added traffic link classes.

Change-Id: I1bda4f2545654ca9a32750a1a59b3747f76e4717
......@@ -656,7 +656,10 @@
// ==========================
// function entry points for traffic module
var allTrafficClasses = 'primary secondary animated optical';
// TODO: change -XBps to -Xbps when we start measuring bits/sec
var allTrafficClasses = 'primary secondary optical ' +
'port-traffic-KBps port-traffic-MBps port-traffic-GBps ' +
'port-traffic-GBps-choked';
function clearLinkTrafficStyle() {
link.style('stroke-width', null)
......