[master] browse RPOs/RFOs: in list-view, make whole row clickable to navigate to stakeholder

This commit is contained in:
Alex Martzios 2023-12-12 14:20:20 +02:00
parent c0446d0875
commit b28f98b044
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@
</tr>
</thead>
<tbody>
<tr *ngFor="let item of filteredStakeholders.slice((currentPage-1)*pageSize, currentPage*pageSize)">
<tr *ngFor="let item of filteredStakeholders.slice((currentPage-1)*pageSize, currentPage*pageSize)"
class="clickable" routerLink="./{{item.alias}}">
<td>
<!-- remove max-width style, add something custom maybe? -->
<div class="uk-flex uk-flex-center uk-flex-middle uk-height-xsmall">