Explorar o código

Merge pull request #3498 from bergquist/always_show_refresh_button

feat(timepicker): always show refresh button
Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
4e9e18d4c0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      public/app/features/dashboard/timepicker/timepicker.html

+ 1 - 2
public/app/features/dashboard/timepicker/timepicker.html

@@ -17,13 +17,12 @@
 			<span ng-show="ctrl.dashboard.refresh" class="text-warning">
 				&nbsp;
 				&nbsp;
-				<i class="fa fa-refresh"></i>
 				Refresh every {{ctrl.dashboard.refresh}}
 			</span>
 		</a>
 	</li>
 
-	<li class="grafana-menu-refresh" ng-show="!ctrl.dashboard.refresh">
+	<li class="grafana-menu-refresh">
 		<a ng-click="ctrl.timeSrv.refreshDashboard()">
 			<i class="fa fa-refresh"></i>
 		</a>