diff --git a/src/js/index.js b/src/js/index.js index 02afe1540..2d247cc0f 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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 diff --git a/src/theme.scss b/src/theme.scss index a309b20d5..9aa6d420b 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -524,7 +524,7 @@ multiselect { left: 0; width: 100%; height: 100%; - background-color: rgba(255,255,255,0.7); + background-color: rgba(255, 255, 255, 0.7); z-index: 7; cursor: not-allowed; } diff --git a/src/views/app.html b/src/views/app.html index d7dd8a614..12a3e0d43 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -215,7 +215,7 @@