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

Change-Id: Ic8991a1886e0e88de38b75c2885d42fc9ad00512
diff --git a/web/gui/src/main/webapp/app/view/app/app.html b/web/gui/src/main/webapp/app/view/app/app.html
index 01ab4bc..bb5f4ca 100644
--- a/web/gui/src/main/webapp/app/view/app/app.html
+++ b/web/gui/src/main/webapp/app/view/app/app.html
@@ -4,7 +4,7 @@
         <h2>Applications ({{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 class="separator"></div>
             <div id="app-install"    icon icon-size="36" icon-id="plus" class="active"></div>
diff --git a/web/gui/src/main/webapp/app/view/cluster/cluster.html b/web/gui/src/main/webapp/app/view/cluster/cluster.html
index f418601..2c58bc0 100644
--- a/web/gui/src/main/webapp/app/view/cluster/cluster.html
+++ b/web/gui/src/main/webapp/app/view/cluster/cluster.html
@@ -20,7 +20,7 @@
         <h2>Cluster Nodes ({{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>
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>
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 540ee9c..d2278ab 100644
--- a/web/gui/src/main/webapp/app/view/flow/flow.html
+++ b/web/gui/src/main/webapp/app/view/flow/flow.html
@@ -7,7 +7,7 @@
         </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>
diff --git a/web/gui/src/main/webapp/app/view/host/host.html b/web/gui/src/main/webapp/app/view/host/host.html
index 94fceda..9f70432 100644
--- a/web/gui/src/main/webapp/app/view/host/host.html
+++ b/web/gui/src/main/webapp/app/view/host/host.html
@@ -4,7 +4,7 @@
         <h2>Hosts ({{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>
diff --git a/web/gui/src/main/webapp/app/view/intent/intent.html b/web/gui/src/main/webapp/app/view/intent/intent.html
index 09c7f2b..2b737f4 100644
--- a/web/gui/src/main/webapp/app/view/intent/intent.html
+++ b/web/gui/src/main/webapp/app/view/intent/intent.html
@@ -20,7 +20,7 @@
         <h2>Intents ({{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>
diff --git a/web/gui/src/main/webapp/app/view/link/link.html b/web/gui/src/main/webapp/app/view/link/link.html
index 151ac3a..29121c9 100644
--- a/web/gui/src/main/webapp/app/view/link/link.html
+++ b/web/gui/src/main/webapp/app/view/link/link.html
@@ -20,7 +20,7 @@
         <h2>Links ({{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>