Commit 00506b43 authored by Prayas Jain's avatar Prayas Jain

Updated_Navbar

parent acbc9140
...@@ -25,7 +25,7 @@ myApp.controller("leftmenuController",function($scope, myFactory, $compile){ ...@@ -25,7 +25,7 @@ myApp.controller("leftmenuController",function($scope, myFactory, $compile){
if($scope.menuItems[i].menu.indexOf('Manage') !== -1) { if($scope.menuItems[i].menu.indexOf('Manage') !== -1) {
$scope.manageGroup.push($scope.menuItems[i]); $scope.manageGroup.push($scope.menuItems[i]);
} }
else if($scope.menuItems[i].menu.indexOf('Report') !== -1) { else if($scope.menuItems[i].menu.indexOf('Report') !== -1 || $scope.menuItems[i].menu.indexOf('Efforts') !== -1 ) {
$scope.reportsGroup.push($scope.menuItems[i]); $scope.reportsGroup.push($scope.menuItems[i]);
} }
else{ else{
......
...@@ -181,7 +181,7 @@ i.fa.fa-refresh:hover { ...@@ -181,7 +181,7 @@ i.fa.fa-refresh:hover {
background: transparent; background: transparent;
} }
#sidebar-wrapper .sidebar-nav li ul.reportsGroup { #sidebar-wrapper .sidebar-nav li ul.reportsGroup {
height: 125px; height: 165px;
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
transition: height 0.5s ease-out; transition: height 0.5s ease-out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment