ONOS-2186 - GUI Topo Overlay - (WIP)
- Cleaned up intent highlighting in TrafficMonitor (deleted deprecated TrafficClass).
- update traffic ESC handler to force cancel traffic.

Change-Id: I9cab752152718c367ff0cbf4dcacc1dff299164b
diff --git a/web/gui/src/main/webapp/app/view/topo/topoTrafficNew.js b/web/gui/src/main/webapp/app/view/topo/topoTrafficNew.js
index ea5e24a..cb4bc49 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoTrafficNew.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoTrafficNew.js
@@ -119,7 +119,7 @@
             // hook for handling escape key
             escape: function () {
                 // Must return true to consume ESC, false otherwise.
-                return tts.cancelTraffic();
+                return tts.cancelTraffic(true);
             },
 
             // hooks for when the selection changes...