mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Wired up the details button on the request grid for movies
This commit is contained in:
parent
fd531ac151
commit
40c9c82eaf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
<ng-container matColumnDef="actions">
|
||||
<th mat-header-cell *matHeaderCellDef> </th>
|
||||
<td mat-cell *matCellDef="let element">
|
||||
<button mat-raised-button color="primary" [routerLink]="">Details</button>
|
||||
<button mat-raised-button color="primary" [routerLink]="'/details/movie/' + element.theMovieDbId">Details</button>
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue