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

Change-Id: Ic8991a1886e0e88de38b75c2885d42fc9ad00512
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>