debug view is now called repair
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user