GUI -- fix to remove newly added traffic link classes.
Change-Id: I1bda4f2545654ca9a32750a1a59b3747f76e4717
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -656,7 +656,10 @@ | ... | @@ -656,7 +656,10 @@ |
| 656 | // ========================== | 656 | // ========================== |
| 657 | // function entry points for traffic module | 657 | // function entry points for traffic module |
| 658 | 658 | ||
| 659 | - var allTrafficClasses = 'primary secondary animated optical'; | 659 | + // TODO: change -XBps to -Xbps when we start measuring bits/sec |
| 660 | + var allTrafficClasses = 'primary secondary optical ' + | ||
| 661 | + 'port-traffic-KBps port-traffic-MBps port-traffic-GBps ' + | ||
| 662 | + 'port-traffic-GBps-choked'; | ||
| 660 | 663 | ||
| 661 | function clearLinkTrafficStyle() { | 664 | function clearLinkTrafficStyle() { |
| 662 | link.style('stroke-width', null) | 665 | link.style('stroke-width', null) | ... | ... |
-
Please register or login to post a comment