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