diff --git a/dashboard/index.html b/dashboard/index.html
index fa87e86a8..ac43f4523 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -156,16 +156,16 @@
- {{ 'apps.title' | tr }}
+ {{ 'apps.title' | tr }}
- {{ 'appstore.title' | tr }}
+ {{ 'appstore.title' | tr }}
- {{ 'main.navbar.users' | tr }}
+ {{ 'main.navbar.users' | tr }}
-
+
{{ notificationCount === 100 ? '100+' : notificationCount }}
@@ -174,21 +174,21 @@
{{user.username}}
diff --git a/dashboard/public/js/index.js b/dashboard/public/js/index.js
index 1684de220..3470e8584 100644
--- a/dashboard/public/js/index.js
+++ b/dashboard/public/js/index.js
@@ -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,