Bring back old update badge

This commit is contained in:
Johannes Zellner
2019-04-16 09:21:09 +02:00
parent 2b578efdd6
commit 62d8b35545
2 changed files with 11 additions and 18 deletions

View File

@@ -561,7 +561,7 @@
<!-- we check the version here because the box updater does not know when an app gets updated -->
<div class="app-update-badge" ng-click="showUpdate(app, config.update.apps[app.id].manifest)" ng-show="config.update.apps[app.id].manifest.version && config.update.apps[app.id].manifest.version !== app.manifest.version && (app | installSuccess)">
Update available
<i class="fa fa-arrow-up fa-inverse"></i>
</div>
</div>
</a>