Attempt to cover most repair cases

This commit is contained in:
Johannes Zellner
2019-09-23 15:01:44 +02:00
parent b742dc51fb
commit fe6baf8dba
3 changed files with 49 additions and 15 deletions

View File

@@ -161,7 +161,7 @@ app.config(['$routeProvider', function ($routeProvider) {
}).otherwise({ redirectTo: '/'});
}]);
// keep in sync with appdb.js
// keep in sync with box/src/apps.js
var ISTATES = {
PENDING_INSTALL: 'pending_install',
PENDING_CLONE: 'pending_clone',