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

Change-Id: I1bda4f2545654ca9a32750a1a59b3747f76e4717
diff --git a/web/gui/src/main/webapp/app/view/topo/topoForce.js b/web/gui/src/main/webapp/app/view/topo/topoForce.js
index 0bc0d5c..6ba61be 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoForce.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoForce.js
@@ -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)