GUI - Topology View - fix class names for traffic (link) classes.

Change-Id: I7a6720cf92142869b8b940c4c773ef24e723ca6f
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 6ba61be..e087fa5 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoForce.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoForce.js
@@ -656,10 +656,9 @@
     // ==========================
     // function entry points for traffic module
 
-    // 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';
+    var allTrafficClasses = 'primary secondary optical animated ' +
+        'port-traffic-Kbps port-traffic-Mbps port-traffic-Gbps ' +
+        'port-traffic-Gbps-choked';
 
     function clearLinkTrafficStyle() {
         link.style('stroke-width', null)