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 108108 </ div >
109109
110110 < 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+
112118 < label class ="col-12 col-sm-2 "> Time out:</ label >
113119 < div class ="col-12 col-sm-4 ">
114120 < ngx-timepicker-field
122128 </ div >
123129 </ div >
124130
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-
134131 < app-technologies
135132 (technologyUpdated) ="onTechnologiesUpdated($event) "
136133 [selectedTechnologies] ="selectedTechnologies "
You can’t perform that action at this time.
0 commit comments