From 8e990e4e0a842dfedfdbb3043c741e73e743b57a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 11 Apr 2024 13:45:34 +0200 Subject: [PATCH] dashboard: Set app info as default configure tab --- dashboard/src/views/app.js | 2 +- dashboard/src/views/apps.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/views/app.js b/dashboard/src/views/app.js index e6c486e4f..dbb3d0c4d 100644 --- a/dashboard/src/views/app.js +++ b/dashboard/src/views/app.js @@ -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() { diff --git a/dashboard/src/views/apps.html b/dashboard/src/views/apps.html index 45e5c834c..bdcd5086c 100644 --- a/dashboard/src/views/apps.html +++ b/dashboard/src/views/apps.html @@ -159,7 +159,7 @@