Improve the configure overlay button

This commit is contained in:
Johannes Zellner
2019-09-16 14:24:17 +02:00
parent d674dcaeef
commit bb0ab03ad9
3 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@
</div>
<div class="grid-item-actions" ng-show="user.admin">
<a ng-href="#/app/{{ app.id}}" uib-tooltip="Configure" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-wrench scale"></i></a>
<a ng-href="#/app/{{ app.id}}"><i class="fas fa-cogs scale"></i></a>
</div>
<!-- we check the version here because the box updater does not know when an app gets updated -->