File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
reports/components/time-entries-table
users/components/users-list Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
< th class ="hidden-col "> ID</ th >
11
11
< th class ="col md-col "> User email</ th >
12
12
< th class ="col sm-col "> Date</ th >
13
- < th class ="col x- sm-col " title ="Duration (hours) "> Duration (hours) </ th >
13
+ < th class ="col sm-col " title ="Duration (hours) "> Duration</ th >
14
14
< th class ="col x-sm-col " title ="Time in "> Time in</ th >
15
15
< th class ="col x-sm-col " title ="Time out "> Time out</ th >
16
16
< th class ="col md-col "> Project</ th >
31
31
< td class ="col sm-col ">
32
32
{{ entry.start_date | date: 'MM/dd/yyyy' }}
33
33
</ td >
34
- < td class ="col x- sm-col ">
34
+ < td class ="col sm-col ">
35
35
{{ entry.end_date | substractDate: entry.start_date }}
36
36
</ td >
37
37
< td class ="col x-sm-col "> {{ entry.start_date | date: 'HH:mm' }}</ td >
Original file line number Diff line number Diff line change 7
7
[dtOptions] ="dtOptions ">
8
8
< thead class ="thead-blue ">
9
9
< tr class ="d-flex flex-wrap ">
10
- < th class ="col-4 "> User Email</ th >
11
10
< th class ="col-5 "> Names</ th >
11
+ < th class ="col-4 "> User Email</ th >
12
12
< th class ="col-3 "> Groups</ th >
13
13
</ tr >
14
14
</ thead >
15
15
< app-loading-bar *ngIf ="isLoading$ | async "> </ app-loading-bar >
16
16
< tbody >
17
17
< tr class ="d-flex flex-wrap " *ngFor ="let user of users ">
18
- < td class ="col-4 text-break "> {{ user.email }}</ td >
19
18
< td class ="col-5 text-break "> {{ user.name }}</ td >
19
+ < td class ="col-4 text-break "> {{ user.email }}</ td >
20
20
< td class ="col-3 text-center ">
21
21
< ui-switch
22
22
size ="small "
You can’t perform that action at this time.
0 commit comments