Add system graph refresh button to allow for ocd

This commit is contained in:
Johannes Zellner
2022-10-11 21:36:30 +02:00
parent e56585df10
commit 71f24ac10b
4 changed files with 8 additions and 3 deletions

View File

@@ -72,6 +72,7 @@
<li><a href="" ng-click="setPeriod(24*30)">{{ 24*30 | trKeyFromPeriod | tr }}</a></li>
</ul>
</div>
<button class="btn btn-sm btn-default pull-right" style="margin-right: 5px" ng-click="refresh()" ng-disabled="busy"><i class="fas fa-sync-alt" ng-class="{ 'fa-spin': busy }"></i></button>
</uib-tabset>
</div>