dashboard: Set app info as default configure tab

This commit is contained in:
Johannes Zellner
2024-04-11 13:45:34 +02:00
parent f11becfcc8
commit 8e990e4e0a
2 changed files with 3 additions and 3 deletions

View File

@@ -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() {