Bring back update badge hover

This commit is contained in:
Johannes Zellner
2017-08-04 14:54:32 +02:00
parent a1be30c35a
commit d97ee5d425
2 changed files with 11 additions and 3 deletions

View File

@@ -454,7 +454,7 @@
<!-- we check the version here because the box updater does not know when an app gets updated -->
<div class="app-update-badge" ng-show="config.update.apps[app.id].manifest.version && config.update.apps[app.id].manifest.version !== app.manifest.version && (app | installSuccess)">
<a href="" ng-click="showUpdate(app, config.update.apps[app.id].manifest)" title="Update Available">
<span class="fa-stack fa-lg">
<span class="fa-stack fa-lg scale-small">
<i class="fa fa-circle fa-stack-2x text-success"></i>
<i class="fa fa-refresh fa-stack-1x fa-inverse"></i>
</span>