diff --git a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
index ee771bcb7..fee2f96b6 100644
--- a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
+++ b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
@@ -10,7 +10,7 @@
ID |
User email |
Date |
- Duration (hours) |
+ Duration |
Time in |
Time out |
Project |
@@ -31,7 +31,7 @@
{{ entry.start_date | date: 'MM/dd/yyyy' }}
|
-
+ |
{{ entry.end_date | substractDate: entry.start_date }}
|
{{ entry.start_date | date: 'HH:mm' }} |
diff --git a/src/app/modules/shared/components/details-fields/details-fields.component.html b/src/app/modules/shared/components/details-fields/details-fields.component.html
index 3c9c1839a..30fc74870 100644
--- a/src/app/modules/shared/components/details-fields/details-fields.component.html
+++ b/src/app/modules/shared/components/details-fields/details-fields.component.html
@@ -173,6 +173,6 @@
diff --git a/src/app/modules/time-entries/pages/time-entries.component.html b/src/app/modules/time-entries/pages/time-entries.component.html
index ac2060ef3..17aecac39 100644
--- a/src/app/modules/time-entries/pages/time-entries.component.html
+++ b/src/app/modules/time-entries/pages/time-entries.component.html
@@ -96,11 +96,16 @@