mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 19:32:49 +00:00
fix text
This commit is contained in:
parent
4e3567864a
commit
9f665256d6
@ -22,7 +22,7 @@
|
|||||||
<table *ngIf="searchResults.length">
|
<table *ngIf="searchResults.length">
|
||||||
<tr *ngFor="let item of searchResults">
|
<tr *ngFor="let item of searchResults">
|
||||||
<td>{{item[1]}}</td>
|
<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>
|
<td><button mat-button color="accent" (click)="sendLive(item[0])">Send Live</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user