mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #601 from bleskes/feature/refresh_button
added a refresh button if not in auto refresh
This commit is contained in:
commit
0f97615ae3
@ -47,6 +47,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
<li ng-show="!dashboard.current.refresh">
|
||||||
|
<a class="icon-refresh" ng-click="dashboard.refresh()"></a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user