Commit ba5b1276 by carl bergquist

feat(timepicker): always show refresh button

closes #1628
closes #1208
parent 225e7a6a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment