Make active task overlay less verbose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user