Skip to content

Commit

Permalink
Merge pull request #601 from bleskes/feature/refresh_button
Browse files Browse the repository at this point in the history
added a refresh button if not in auto refresh
  • Loading branch information
Rashid Khan committed Oct 23, 2013
2 parents d0f7881 + 13ab1d1 commit 0f97615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/panels/timepicker/module.html
Expand Up @@ -47,6 +47,9 @@
</ul>

</li>
<li ng-show="!dashboard.current.refresh">
<a class="icon-refresh" ng-click="dashboard.refresh()"></a>
</li>
</ul>

</form>
Expand Down

0 comments on commit 0f97615

Please sign in to comment.