GUI -- Refresh Icon added. - Fixed default column ID for intents view.

Change-Id: Ic8991a1886e0e88de38b75c2885d42fc9ad00512
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 7fad0ad..ba1cb4b 100644
--- a/web/gui/src/main/webapp/app/view/device/device.html
+++ b/web/gui/src/main/webapp/app/view/device/device.html
@@ -4,7 +4,7 @@
         <h2>Devices ({{ctrl.tableData.length}} total)</h2>
         <div class="ctrl-btns">
             <div class="refresh active"
-                 icon icon-size="36" icon-id="crown"
+                 icon icon-size="36" icon-id="refresh"
                  ng-click="refresh()"></div>
         </div>
     </div>