Make active task overlay less verbose

This commit is contained in:
Johannes Zellner
2019-09-19 20:43:43 +02:00
parent 1fe3e60468
commit d6ca4458e4
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -194,7 +194,6 @@ var RSTATES ={
app.filter('installError', function () {
return function (app) {
if (!app) return false;
if (app.installationState === ISTATES.ERROR) return true;
if (app.installationState === ISTATES.INSTALLED) {
// app.health can also be null to indicate insufficient data