From fe6baf8dba22b01b1a56437967607ab765e5bdd0 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 23 Sep 2019 15:01:44 +0200 Subject: [PATCH] Attempt to cover most repair cases --- src/js/index.js | 2 +- src/views/app.html | 8 +++---- src/views/app.js | 54 ++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 49 insertions(+), 15 deletions(-) diff --git a/src/js/index.js b/src/js/index.js index f5597f846..14d047e57 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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', diff --git a/src/views/app.html b/src/views/app.html index 4694290dc..8003f89ff 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -111,15 +111,13 @@