Remove service place image

This commit is contained in:
Matteo Gheza 2022-01-14 22:41:18 +01:00
parent c163548b24
commit 2ba4566290
1 changed files with 1 additions and 5 deletions

View File

@ -77,11 +77,7 @@
<td>{{ row.chief }}</td>
<td>{{ row.drivers }}</td>
<td>{{ row.crew }}</td>
<td>
<img class="cursor-pointer" src="./api/place_image?lat={{ row.lat }}&lng={{ row.lng }}" (click)="openPlaceDetails(row.lat, row.lng)">
<br>
{{ row.place_name }}
</td>
<td>{{ row.place_name }}</td>
<td>{{ row.notes }}</td>
<td>{{ row.type }}</td>
<td hidden><i class="fa fa-edit"></i></td>