Browse Source

Change edit button to a

pull/3164/head
Thomas Kaul 1 year ago
parent
commit
e8eee6b07d
  1. 16
      apps/client/src/app/components/admin-market-data/admin-market-data.html

16
apps/client/src/app/components/admin-market-data/admin-market-data.html

@ -161,20 +161,20 @@
<ion-icon name="ellipsis-horizontal" />
</button>
<mat-menu #assetProfileActionsMenu="matMenu" xPosition="before">
<button
<a
mat-menu-item
(click)="
onOpenAssetProfileDialog({
dataSource: element.dataSource,
symbol: element.symbol
})
"
[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"

Loading…
Cancel
Save