GUI -- Created the rest of the icons for Topo Toolbar.

Change-Id: I05f0ab13e15099de3a2c5b381e151a268c285c28
diff --git a/web/gui/src/main/webapp/app/view/topo/topoToolbar.js b/web/gui/src/main/webapp/app/view/topo/topoToolbar.js
index c86857e..7a94bce 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoToolbar.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoToolbar.js
@@ -47,7 +47,7 @@
         L: { id: 'cycleLabels-btn', gid: 'cycleLabels' },
         R: { id: 'resetZoom-btn', gid: 'resetZoom' },
 
-        V: { id: 'allIntents-btn', gid: 'allIntents' },
+        V: { id: 'relatedIntents-btn', gid: 'relatedIntents' },
         leftArrow: { id: 'prevIntent-btn', gid: 'prevIntent' },
         rightArrow: { id: 'nextIntent-btn', gid: 'nextIntent' },
         W: { id: 'intentTraffic-btn', gid: 'intentTraffic' },
@@ -91,6 +91,7 @@
         addToggle('B');
     }
     function addSecondRow() {
+        //addToggle('X');
         addToggle('Z');
         addButton('L');
         addButton('R');