Merge pull request #3498 from bergquist/always_show_refresh_button
feat(timepicker): always show refresh button
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
<span ng-show="ctrl.dashboard.refresh" class="text-warning">
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user