Topo2: Compute nearest link by mouse position
Topo2: Deselect Nodes and Links on ESC command
Topo2: Added deselect methods to nodes
Topo2: Updated to new icon

Change-Id: Ia0aaa24e887d645123787f42bb1f847ef1de11b0
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2Host.js b/web/gui/src/main/webapp/app/view/topo2/topo2Host.js
index 2fa7beb..ee13581 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2Host.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2Host.js
@@ -79,7 +79,7 @@
                 nodeType: 'host',
                 icon: function () {
                     var type = this.get('type');
-                    return remappedDeviceTypes[type] || type || 'endstation';
+                    return remappedDeviceTypes[type] || type || 'm_endstation';
                 },
                 label: function () {
                     var labelText = this.get('id'),