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
104494ad
Commit
104494ad
authored
Jun 25, 2018
by
Rajeshekar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT-55[Rajeshekar]
parent
3573c278
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
application.properties
src/main/resources/application.properties
+1
-2
ChartsController.js
src/main/webapp/WEB-INF/controllers/ChartsController.js
+4
-4
app.js
src/main/webapp/WEB-INF/js/app.js
+1
-1
login.html
src/main/webapp/WEB-INF/templates/login.html
+2
-2
No files found.
src/main/resources/application.properties
View file @
104494ad
...
@@ -2,8 +2,7 @@ server.port=8080
...
@@ -2,8 +2,7 @@ server.port=8080
server.context-path
=
/myTime/
server.context-path
=
/myTime/
#Mongo DB configuration
#Mongo DB configuration
spring.data.mongodb.host
=
192.168.10.177
spring.data.mongodb.host
=
10.3.45.11
#192.168.15.17
spring.data.mongodb.port
=
27017
spring.data.mongodb.port
=
27017
spring.data.mongodb.database
=
mytimedb
spring.data.mongodb.database
=
mytimedb
spring.data.mongodb.username
=
mytime
spring.data.mongodb.username
=
mytime
...
...
src/main/webapp/WEB-INF/controllers/ChartsController.js
View file @
104494ad
...
@@ -46,12 +46,12 @@ myApp.directive('hcPieChart', function () {
...
@@ -46,12 +46,12 @@ myApp.directive('hcPieChart', function () {
enableSelectAll
:
true
,
enableSelectAll
:
true
,
exporterMenuExcel
:
false
,
exporterMenuExcel
:
false
,
exporterMenuCsv
:
false
,
exporterMenuCsv
:
false
,
exporterCsvFilename
:
'
Absent
Details.csv'
,
exporterCsvFilename
:
'
Employee
Details.csv'
,
exporterExcelFilename
:
'
Absent
Details'
,
exporterExcelFilename
:
'
Employee
Details'
,
exporterPdfDefaultStyle
:
{
fontSize
:
9
},
exporterPdfDefaultStyle
:
{
fontSize
:
9
},
exporterPdfTableStyle
:
{
margin
:
[
30
,
30
,
30
,
30
]},
exporterPdfTableStyle
:
{
margin
:
[
30
,
30
,
30
,
30
]},
exporterPdfTableHeaderStyle
:
{
fontSize
:
10
,
bold
:
true
,
italics
:
true
,
color
:
'red'
},
exporterPdfTableHeaderStyle
:
{
fontSize
:
10
,
bold
:
true
,
italics
:
true
,
color
:
'red'
},
exporterPdfHeader
:
{
text
:
"
Absent
Details"
,
style
:
'headerStyle'
},
exporterPdfHeader
:
{
text
:
"
Employee
Details"
,
style
:
'headerStyle'
},
exporterPdfFooter
:
function
(
currentPage
,
pageCount
)
{
exporterPdfFooter
:
function
(
currentPage
,
pageCount
)
{
return
{
text
:
currentPage
.
toString
()
+
' of '
+
pageCount
.
toString
(),
style
:
'footerStyle'
};
return
{
text
:
currentPage
.
toString
()
+
' of '
+
pageCount
.
toString
(),
style
:
'footerStyle'
};
},
},
...
...
src/main/webapp/WEB-INF/js/app.js
View file @
104494ad
...
@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) {
...
@@ -16,7 +16,7 @@ function($mdDateLocaleProvider) {
//TODO: Replace this appUri with the domain name created
//TODO: Replace this appUri with the domain name created
myApp
.
constant
(
'appConfig'
,
{
myApp
.
constant
(
'appConfig'
,
{
appName
:
"MyTime"
,
appName
:
"MyTime"
,
appUri
:
"http://1
92.168.10.177:8080/myTime/"
,
appUri
:
"http://1
0.3.45.11:8080/myTime/"
,
version
:
"1.0"
,
version
:
"1.0"
,
empStartId
:
16001
,
empStartId
:
16001
,
empEndId
:
16999
,
empEndId
:
16999
,
...
...
src/main/webapp/WEB-INF/templates/login.html
View file @
104494ad
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
function
renderButton
()
{
function
renderButton
()
{
gapi
.
load
(
'auth2'
,
function
()
{
gapi
.
load
(
'auth2'
,
function
()
{
gapi
.
auth2
.
init
({
gapi
.
auth2
.
init
({
client_id
:
"
951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb
.apps.googleusercontent.com"
,
client_id
:
"
685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r
.apps.googleusercontent.com"
,
hosted_domain
:
'nisum.com'
hosted_domain
:
'nisum.com'
});
});
});
});
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
}
}
</script>
</script>
<script
src=
"https://apis.google.com/js/platform.js?onload=renderButton"
></script>
<script
src=
"https://apis.google.com/js/platform.js?onload=renderButton"
></script>
<meta
name=
"google-signin-client_id"
content=
"
951338644595-adp1q44m3nqccr01rerbr35usq9sh3pb
.apps.googleusercontent.com"
>
<meta
name=
"google-signin-client_id"
content=
"
685521475239-ujm7l2hkgrltk7loi8efl0ed702asm2r
.apps.googleusercontent.com"
>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
.abcRioButtonBlue
{
.abcRioButtonBlue
{
background-color
:
rgba
(
0
,
178
,
226
,
.6
)
!important
;
background-color
:
rgba
(
0
,
178
,
226
,
.6
)
!important
;
...
...
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