ONOS-3265: Re-used device glyph for deviceTable icon.

Change-Id: I5c22c6e3229780dae9ced370c0d27fcd516a2f16
diff --git a/web/gui/src/main/webapp/app/fw/svg/icon.js b/web/gui/src/main/webapp/app/fw/svg/icon.js
index 1253636..cc26360 100644
--- a/web/gui/src/main/webapp/app/fw/svg/icon.js
+++ b/web/gui/src/main/webapp/app/fw/svg/icon.js
@@ -51,6 +51,7 @@
 
         devIcon_SWITCH: 'switch',
         devIcon_ROADM: 'roadm',
+        deviceTable: 'switch',
         flowTable: 'flowTable',
         portTable: 'portTable',
         groupTable: 'groupTable',
diff --git a/web/gui/src/main/webapp/app/view/device/device.html b/web/gui/src/main/webapp/app/view/device/device.html
index c2b9e98..6f1813a 100644
--- a/web/gui/src/main/webapp/app/view/device/device.html
+++ b/web/gui/src/main/webapp/app/view/device/device.html
@@ -10,7 +10,7 @@
             <div class="separator"></div>
 
             <div ng-class="{'current-view': !!selId}"
-                 icon icon-id="query" icon-size="36"></div>
+                 icon icon-id="deviceTable" icon-size="36"></div>
 
             <div ng-class="{active: !!selId}"
                  icon icon-id="flowTable" icon-size="36"
diff --git a/web/gui/src/main/webapp/app/view/flow/flow.html b/web/gui/src/main/webapp/app/view/flow/flow.html
index df95439..8fc1839 100644
--- a/web/gui/src/main/webapp/app/view/flow/flow.html
+++ b/web/gui/src/main/webapp/app/view/flow/flow.html
@@ -14,7 +14,7 @@
             <div class="separator"></div>
 
             <div class="active"
-                 icon icon-id="query" icon-size="36"
+                 icon icon-id="deviceTable" icon-size="36"
                  tooltip tt-msg="deviceTip"
                  ng-click="nav('device')"></div>
 
diff --git a/web/gui/src/main/webapp/app/view/group/group.html b/web/gui/src/main/webapp/app/view/group/group.html
index fbd1f1e..93484dc 100644
--- a/web/gui/src/main/webapp/app/view/group/group.html
+++ b/web/gui/src/main/webapp/app/view/group/group.html
@@ -30,7 +30,7 @@
             <div class="separator"></div>
 
             <div class="active"
-                 icon icon-id="query" icon-size="36"
+                 icon icon-id="deviceTable" icon-size="36"
                  tooltip tt-msg="deviceTip"
                  ng-click="nav('device')"></div>
 
diff --git a/web/gui/src/main/webapp/app/view/port/port.html b/web/gui/src/main/webapp/app/view/port/port.html
index 92fbb90..fa79e5e 100644
--- a/web/gui/src/main/webapp/app/view/port/port.html
+++ b/web/gui/src/main/webapp/app/view/port/port.html
@@ -30,7 +30,7 @@
             <div class="separator"></div>
 
             <div class="active"
-                 icon icon-id="query" icon-size="36"
+                 icon icon-id="deviceTable" icon-size="36"
                  tooltip tt-msg="deviceTip"
                  ng-click="nav('device')"></div>