From 7d70060962d1cdc333f8a2be28217491c901e690 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 19 Dec 2019 21:53:53 -0800 Subject: [PATCH] debug view is now called repair --- src/views/app.js | 2 +- src/views/apps.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/app.js b/src/views/app.js index e8cf0c690..8b447a3fe 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -39,7 +39,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' $scope.setView = function (view) { if ($scope.view === view) return; - // on error only allow uninstall or debug view + // on error only allow uninstall or repair view if ($scope.app.error && view !== 'uninstall') view = 'repair'; $route.updateParams({ view: view }); diff --git a/src/views/apps.html b/src/views/apps.html index b97afc156..4fdb0ff97 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -75,7 +75,7 @@