Commit 0f97615a by Rashid Khan

Merge pull request #601 from bleskes/feature/refresh_button

added a refresh button if not in auto refresh
parents d0f7881d 13ab1d19
...@@ -47,6 +47,9 @@ ...@@ -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>
......
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