Simon Hunt
Committed by Brian O'Connor

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

Change-Id: I7a6720cf92142869b8b940c4c773ef24e723ca6f
...@@ -656,10 +656,9 @@ ...@@ -656,10 +656,9 @@
656 // ========================== 656 // ==========================
657 // function entry points for traffic module 657 // function entry points for traffic module
658 658
659 - // TODO: change -XBps to -Xbps when we start measuring bits/sec 659 + var allTrafficClasses = 'primary secondary optical animated ' +
660 - var allTrafficClasses = 'primary secondary optical ' + 660 + 'port-traffic-Kbps port-traffic-Mbps port-traffic-Gbps ' +
661 - 'port-traffic-KBps port-traffic-MBps port-traffic-GBps ' + 661 + 'port-traffic-Gbps-choked';
662 - 'port-traffic-GBps-choked';
663 662
664 function clearLinkTrafficStyle() { 663 function clearLinkTrafficStyle() {
665 link.style('stroke-width', null) 664 link.style('stroke-width', null)
......