From a26c139c88d413bf1739c77cd503997cded58e59 Mon Sep 17 00:00:00 2001
From: Jaden Diefenbaugh <blakcap@users.noreply.github.com>
Date: Fri, 10 Mar 2017 14:58:44 +0100
Subject: [PATCH] use words instead of icons for refresh

---
 .../web/reports/static/reports/app/directives/groupPlotItem.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/beat/web/reports/static/reports/app/directives/groupPlotItem.js b/beat/web/reports/static/reports/app/directives/groupPlotItem.js
index cf8d9f513..2a08495e6 100644
--- a/beat/web/reports/static/reports/app/directives/groupPlotItem.js
+++ b/beat/web/reports/static/reports/app/directives/groupPlotItem.js
@@ -52,7 +52,8 @@ angular.module('reportApp')
 
 		<div class="btn-group" role="group" role='tab'>
 			<button class='btn btn-default' ng-click='hardRefresh()'>
-				<span class='glyphicon glyphicon-refresh'></span>
+				<!--<span class='glyphicon glyphicon-refresh'></span>!-->
+				Refresh Plot
 			</button>
 			<!--
 			<button class='btn btn-default' ng-click='showSerialized.val = !showSerialized.val'>
-- 
GitLab