|
|
@ -161,20 +161,20 @@ |
|
|
|
<ion-icon name="ellipsis-horizontal" /> |
|
|
|
</button> |
|
|
|
<mat-menu #assetProfileActionsMenu="matMenu" xPosition="before"> |
|
|
|
<button |
|
|
|
<a |
|
|
|
mat-menu-item |
|
|
|
(click)=" |
|
|
|
onOpenAssetProfileDialog({ |
|
|
|
[queryParams]="{ |
|
|
|
assetProfileDialog: true, |
|
|
|
dataSource: element.dataSource, |
|
|
|
symbol: element.symbol |
|
|
|
}) |
|
|
|
" |
|
|
|
}" |
|
|
|
[routerLink]="[]" |
|
|
|
> |
|
|
|
<span class="align-items-center d-flex"> |
|
|
|
<ion-icon class="mr-2" name="create-outline" /> |
|
|
|
<span i18n>Edit</span> |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</a> |
|
|
|
<button |
|
|
|
mat-menu-item |
|
|
|
[disabled]="element.activitiesCount !== 0" |
|
|
|