Close navbar in mobile if item is selected

This commit is contained in:
Johannes Zellner
2024-10-15 13:16:50 +02:00
parent 39220ba408
commit 4e0c439c6f
2 changed files with 21 additions and 17 deletions
+4
View File
@@ -671,6 +671,10 @@ app.controller('MainController', ['$scope', '$route', '$timeout', '$location', '
$scope.hideNavBarActions = $location.path() === '/logs';
$scope.backgroundImageUrl = '';
$scope.closeNavbar = function () {
$('.navbar-collapse').collapse('hide');
};
$scope.reboot = {
busy: false,