enable video upload option in telepd
This commit is contained in:
parent
0f8bb9f36f
commit
74d76043c3
@ -142,7 +142,7 @@
|
||||
matTooltip="Is Field visit done ?" matTooltipPosition="above" >
|
||||
<mat-icon>how_to_reg</mat-icon>
|
||||
</button>
|
||||
<button *ngIf="master.fk_pd_type == '2'" mat-stroked-button class="mr-1 mb-1" color="primary" (click)="uploadRecordedVideo()">
|
||||
<button *ngIf="master.fk_pd_type == '3' || master.fk_pd_type == '2'" mat-stroked-button class="mr-1 mb-1" color="primary" (click)="uploadRecordedVideo()">
|
||||
<mat-icon>videocam</mat-icon>
|
||||
<strong>Upload</strong>
|
||||
</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user