If app is in error state directly go to debug view

This commit is contained in:
Johannes Zellner
2019-09-18 17:48:07 +02:00
parent 0ae4d323f7
commit 6ec2a5ea35

View File

@@ -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 = {