dashboard: Set app info as default configure tab
This commit is contained in:
@@ -2236,7 +2236,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
if ($routeParams.view) { // explicit route in url bar
|
||||
$scope.setView($routeParams.view, true /* skipViewShow */);
|
||||
} else { // default
|
||||
$scope.setView($scope.app.error ? 'repair' : 'display', true /* skipViewShow */);
|
||||
$scope.setView($scope.app.error ? 'repair' : 'info', true /* skipViewShow */);
|
||||
}
|
||||
|
||||
function done() {
|
||||
|
||||
Reference in New Issue
Block a user