If app is in error state directly go to debug view
This commit is contained in:
@@ -42,7 +42,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$timeout'
|
||||
};
|
||||
|
||||
$scope.showAppDebug = function (app) {
|
||||
$location.path('/app/' + app.id);
|
||||
$location.path('/app/' + app.id + '/debug');
|
||||
};
|
||||
|
||||
$scope.appUpdate = {
|
||||
|
||||
Reference in New Issue
Block a user