Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mytime
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Narendar Vakiti
mytime
Commits
00506b43
Commit
00506b43
authored
May 27, 2019
by
Prayas Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated_Navbar
parent
acbc9140
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
LeftMenuController.js
src/main/webapp/WEB-INF/controllers/LeftMenuController.js
+1
-1
custom-theme.css
src/main/webapp/WEB-INF/css/custom-theme.css
+1
-1
No files found.
src/main/webapp/WEB-INF/controllers/LeftMenuController.js
View file @
00506b43
...
@@ -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
{
...
...
src/main/webapp/WEB-INF/css/custom-theme.css
View file @
00506b43
...
@@ -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
:
1
2
5px
;
height
:
1
6
5px
;
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
0
;
padding
:
0
;
transition
:
height
0.5s
ease-out
;
transition
:
height
0.5s
ease-out
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment