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
7702c665
Commit
7702c665
authored
Jun 26, 2019
by
Prayas Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed substatus report screen icon
parent
b0dccfb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
LoginController.js
src/main/webapp/WEB-INF/controllers/LoginController.js
+3
-3
No files found.
src/main/webapp/WEB-INF/controllers/LoginController.js
View file @
7702c665
...
@@ -266,7 +266,7 @@ myApp.controller("loginController",function($scope, myFactory, $compile, $window
...
@@ -266,7 +266,7 @@ myApp.controller("loginController",function($scope, myFactory, $compile, $window
menuItems
.
push
({
"menu"
:
"Employee Efforts"
,
"icon"
:
"fa fa-user-circle-o fa-2x"
,
"path"
:
"templates/employeeEfforts.html"
});
menuItems
.
push
({
"menu"
:
"Employee Efforts"
,
"icon"
:
"fa fa-user-circle-o fa-2x"
,
"path"
:
"templates/employeeEfforts.html"
});
menuItems
.
push
({
"menu"
:
"Reserved Reports"
,
"icon"
:
"fa fa-file-pdf-o fa-2x"
,
"path"
:
"templates/reservedReport.html"
});
menuItems
.
push
({
"menu"
:
"Reserved Reports"
,
"icon"
:
"fa fa-file-pdf-o fa-2x"
,
"path"
:
"templates/reservedReport.html"
});
menuItems
.
push
({
"menu"
:
"Allocation Change"
,
"icon"
:
"fa fa-file-excel-o fa-2x"
,
"path"
:
"templates/allocationChangeReport.html"
});
menuItems
.
push
({
"menu"
:
"Allocation Change"
,
"icon"
:
"fa fa-file-excel-o fa-2x"
,
"path"
:
"templates/allocationChangeReport.html"
});
menuItems
.
push
({
"menu"
:
"SubStatus Report"
,
"icon"
:
"fa fa-
file-excel-o
fa-2x"
,
"path"
:
"templates/subStatusReport.html"
});
menuItems
.
push
({
"menu"
:
"SubStatus Report"
,
"icon"
:
"fa fa-
area-chart
fa-2x"
,
"path"
:
"templates/subStatusReport.html"
});
}
else
if
(
role
==
"Delivery Lead"
){
}
else
if
(
role
==
"Delivery Lead"
){
//menuItems.push({"menu" : "Manage Employees","icon" : "fa fa-user-plus fa-2x","path" : "templates/roles.html"});
//menuItems.push({"menu" : "Manage Employees","icon" : "fa fa-user-plus fa-2x","path" : "templates/roles.html"});
//menuItems.push({"menu" : "Manage Team","icon" : "fa fa-sitemap fa-2x","path" : "templates/projectDetails.html"});
//menuItems.push({"menu" : "Manage Team","icon" : "fa fa-sitemap fa-2x","path" : "templates/projectDetails.html"});
...
@@ -305,7 +305,7 @@ myApp.controller("loginController",function($scope, myFactory, $compile, $window
...
@@ -305,7 +305,7 @@ myApp.controller("loginController",function($scope, myFactory, $compile, $window
menuItems
.
push
({
"menu"
:
"Employee Efforts "
,
"icon"
:
"fa fa-user-circle-o fa-2x"
,
"path"
:
"templates/employeeEfforts.html"
});
menuItems
.
push
({
"menu"
:
"Employee Efforts "
,
"icon"
:
"fa fa-user-circle-o fa-2x"
,
"path"
:
"templates/employeeEfforts.html"
});
menuItems
.
push
({
"menu"
:
"Reserved Reports"
,
"icon"
:
"fa fa-file-pdf-o fa-2x"
,
"path"
:
"templates/reservedReport.html"
});
menuItems
.
push
({
"menu"
:
"Reserved Reports"
,
"icon"
:
"fa fa-file-pdf-o fa-2x"
,
"path"
:
"templates/reservedReport.html"
});
menuItems
.
push
({
"menu"
:
"Allocation Change"
,
"icon"
:
"fa fa-file-excel-o fa-2x"
,
"path"
:
"templates/allocationChangeReport.html"
});
menuItems
.
push
({
"menu"
:
"Allocation Change"
,
"icon"
:
"fa fa-file-excel-o fa-2x"
,
"path"
:
"templates/allocationChangeReport.html"
});
menuItems
.
push
({
"menu"
:
"SubStatus Report"
,
"icon"
:
"fa fa-
file-excel-o
fa-2x"
,
"path"
:
"templates/subStatusReport.html"
});
menuItems
.
push
({
"menu"
:
"SubStatus Report"
,
"icon"
:
"fa fa-
area-chart
fa-2x"
,
"path"
:
"templates/subStatusReport.html"
});
}
else
if
(
role
==
"Lead"
){
}
else
if
(
role
==
"Lead"
){
menuItems
.
push
({
"menu"
:
"My Team"
,
"icon"
:
"fa fa-futbol-o fa-2x"
,
"path"
:
"templates/myTeam.html"
});
menuItems
.
push
({
"menu"
:
"My Team"
,
"icon"
:
"fa fa-futbol-o fa-2x"
,
"path"
:
"templates/myTeam.html"
});
menuItems
.
push
({
"menu"
:
"Reportee Login Details"
,
"icon"
:
"fa fa-users fa-2x"
,
"path"
:
"templates/reportees.html"
});
menuItems
.
push
({
"menu"
:
"Reportee Login Details"
,
"icon"
:
"fa fa-users fa-2x"
,
"path"
:
"templates/reportees.html"
});
...
@@ -337,7 +337,7 @@ myApp.controller("loginController",function($scope, myFactory, $compile, $window
...
@@ -337,7 +337,7 @@ myApp.controller("loginController",function($scope, myFactory, $compile, $window
menuItems
.
push
({
"menu"
:
"Employee Efforts"
,
"icon"
:
"fa fa-user-circle-o fa-2x"
,
"path"
:
"templates/employeeEfforts.html"
});
menuItems
.
push
({
"menu"
:
"Employee Efforts"
,
"icon"
:
"fa fa-user-circle-o fa-2x"
,
"path"
:
"templates/employeeEfforts.html"
});
menuItems
.
push
({
"menu"
:
"Reserved Reports"
,
"icon"
:
"fa fa-file-pdf-o fa-2x"
,
"path"
:
"templates/reservedReport.html"
});
menuItems
.
push
({
"menu"
:
"Reserved Reports"
,
"icon"
:
"fa fa-file-pdf-o fa-2x"
,
"path"
:
"templates/reservedReport.html"
});
menuItems
.
push
({
"menu"
:
"Allocation Change"
,
"icon"
:
"fa fa-file-excel-o fa-2x"
,
"path"
:
"templates/allocationChangeReport.html"
});
menuItems
.
push
({
"menu"
:
"Allocation Change"
,
"icon"
:
"fa fa-file-excel-o fa-2x"
,
"path"
:
"templates/allocationChangeReport.html"
});
menuItems
.
push
({
"menu"
:
"SubStatus Report"
,
"icon"
:
"fa fa-
file-excel-o
fa-2x"
,
"path"
:
"templates/subStatusReport.html"
});
menuItems
.
push
({
"menu"
:
"SubStatus Report"
,
"icon"
:
"fa fa-
area-chart
fa-2x"
,
"path"
:
"templates/subStatusReport.html"
});
}
else
{
}
else
{
menuItems
.
push
({
"menu"
:
"My Team"
,
"icon"
:
"fa fa-futbol-o fa-2x"
,
"path"
:
"templates/myTeam.html"
});
menuItems
.
push
({
"menu"
:
"My Team"
,
"icon"
:
"fa fa-futbol-o fa-2x"
,
"path"
:
"templates/myTeam.html"
});
menuItems
.
push
({
"menu"
:
"My Project Allocations"
,
"icon"
:
"fa fa-life-ring fa-2x"
,
"path"
:
"templates/myProjectAllocations.html"
});
menuItems
.
push
({
"menu"
:
"My Project Allocations"
,
"icon"
:
"fa fa-life-ring fa-2x"
,
"path"
:
"templates/myProjectAllocations.html"
});
...
...
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