File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
src/app/modules/shared/components/details-fields Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 108
108
</ div >
109
109
110
110
< div class ="form-group row " *ngIf ="!goingToWorkOnThis || !canMarkEntryAsWIP ">
111
- < div class ="col-12 col-sm-6 "> </ div >
111
+ < label class ="col-12 col-sm-2 "> Total Hours:</ label >
112
+ < div class ="col-12 col-sm-4 ">
113
+ < span class ="border-tag " [class.border-tag--disabled] ="!(project_id.value && project_name.value) ">
114
+ {{ this.getTimeDifference() }}
115
+ </ span >
116
+ </ div >
117
+
112
118
< label class ="col-12 col-sm-2 "> Time out:</ label >
113
119
< div class ="col-12 col-sm-4 ">
114
120
< ngx-timepicker-field
122
128
</ div >
123
129
</ div >
124
130
125
- < div class ="form-group row " *ngIf ="!goingToWorkOnThis || !canMarkEntryAsWIP ">
126
- < label class ="col-12 col-sm-2 "> Total Hours:</ label >
127
- < div class ="col-12 col-sm-4 ">
128
- < span class ="border-tag " [class.border-tag--disabled] ="!(project_id.value && project_name.value) ">
129
- {{ this.getTimeDifference() }}
130
- </ span >
131
- </ div >
132
- </ div >
133
-
134
131
< app-technologies
135
132
(technologyUpdated) ="onTechnologiesUpdated($event) "
136
133
[selectedTechnologies] ="selectedTechnologies "
You can’t perform that action at this time.
0 commit comments