File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
app/vos/components/application-detail Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ <h2 class="page-subtitle">
150
150
< th mat-header-cell *matHeaderCellDef > </ th >
151
151
< td mat-cell *matCellDef ="let userData " class ="font-weight-bold ">
152
152
{{getLabel(userData.formItem)}}
153
- {{userData.formItem.required ? '*' : ''}}
154
153
</ td >
155
154
</ ng-container >
156
155
< ng-container matColumnDef ="value ">
@@ -171,8 +170,5 @@ <h2 class="page-subtitle">
171
170
< tr mat-header-row *matHeaderRowDef ="displayedColumns " class ="h-50 "> </ tr >
172
171
< tr mat-row *matRowDef ="let userData; columns: displayedColumns; "> </ tr >
173
172
</ table >
174
- < div *ngIf ="userData.length !== 0 " class ="font-italic ">
175
- *{{'VO_DETAIL.APPLICATION.APPLICATION_DETAIL.VALUE_BY_EXTERNALS' | translate}}
176
- </ div >
177
173
</ div >
178
174
</ div >
Original file line number Diff line number Diff line change 554
554
"APPROVED_BY" : " Approved by" ,
555
555
"REJECTED_BY" : " Rejected by" ,
556
556
"DATE" : " Date" ,
557
- "VALUE_BY_EXTERNALS" : " Value provided by external source." ,
558
557
"VERIFY" : " Verify" ,
559
558
"DELETE_APPLICATION_TITLE" : " Delete application" ,
560
559
"DELETE_APPLICATION_DESCRIPTION" : " Application with following Id will be deleted." ,
You can’t perform that action at this time.
0 commit comments