This commit is contained in:
Tim 2020-05-10 17:43:46 +01:00
parent 4e3567864a
commit 9f665256d6
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<table *ngIf="searchResults.length">
<tr *ngFor="let item of searchResults">
<td>{{item[1]}}</td>
<td><button mat-button color="primary" (click)="addToService(item[0])">Add</button></td>
<td><button mat-button color="primary" (click)="addToService(item[0])">Add to Service</button></td>
<td><button mat-button color="accent" (click)="sendLive(item[0])">Send Live</button></td>
</tr>
</table>
</div>
</div>