Even further cleanup of dead code

This commit is contained in:
Johannes Zellner
2019-09-13 19:06:50 +02:00
parent cf6d64646a
commit 10d1a2d8e4
2 changed files with 3 additions and 23 deletions

View File

@@ -139,7 +139,6 @@
</div>
<div class="grid-item-actions" ng-show="user.admin">
<a href="" ng-hide="!backupsEnabled || (app | activeTask)" ng-click="appRestore.show(app)" uib-tooltip="Backups" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-archive scale"></i></a>
<a ng-href="#/app/{{ app.id}}" uib-tooltip="Configure" tooltip-placement="right" tooltip-class="app-tooltip"><i class="fa fa-wrench scale"></i></a>
</div>