|
|
|
|
@ -59,12 +59,16 @@
|
|
|
|
|
<button
|
|
|
|
|
class="mx-1 no-min-width px-2"
|
|
|
|
|
mat-button
|
|
|
|
|
[matMenuTriggerFor]="transactionMenu"
|
|
|
|
|
[matMenuTriggerFor]="accessActionsMenu"
|
|
|
|
|
(click)="$event.stopPropagation()"
|
|
|
|
|
>
|
|
|
|
|
<ion-icon name="ellipsis-horizontal" />
|
|
|
|
|
</button>
|
|
|
|
|
<mat-menu #transactionMenu="matMenu" xPosition="before">
|
|
|
|
|
<mat-menu
|
|
|
|
|
#accessActionsMenu="matMenu"
|
|
|
|
|
class="no-max-width"
|
|
|
|
|
xPosition="before"
|
|
|
|
|
>
|
|
|
|
|
@if (user?.settings?.isExperimentalFeatures) {
|
|
|
|
|
<button mat-menu-item (click)="onUpdateAccess(element.id)">
|
|
|
|
|
<span class="align-items-center d-flex">
|
|
|
|
|
|