Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
apps/client/src/app/components/admin-market-data/admin-market-data.html
|
@ -145,7 +145,7 @@ |
|
|
<mat-menu #assetProfileActionsMenu="matMenu" xPosition="before"> |
|
|
<mat-menu #assetProfileActionsMenu="matMenu" xPosition="before"> |
|
|
<button |
|
|
<button |
|
|
mat-menu-item |
|
|
mat-menu-item |
|
|
(click)="onOpenAssetProfileDialog({ dataSource: element.dataSource, element: row.symbol })" |
|
|
(click)="onOpenAssetProfileDialog({ dataSource: element.dataSource, symbol: element.symbol })" |
|
|
> |
|
|
> |
|
|
<span class="align-items-center d-flex"> |
|
|
<span class="align-items-center d-flex"> |
|
|
<ion-icon class="mr-2" name="create-outline"></ion-icon> |
|
|
<ion-icon class="mr-2" name="create-outline"></ion-icon> |
|
@ -154,7 +154,7 @@ |
|
|
</button> |
|
|
</button> |
|
|
<button |
|
|
<button |
|
|
mat-menu-item |
|
|
mat-menu-item |
|
|
[disabled]="element.activitiesCount !== 0" |
|
|
[disabled]="activitiesCount !== 0" |
|
|
(click)="onDeleteProfileData({dataSource: element.dataSource, symbol: element.symbol})" |
|
|
(click)="onDeleteProfileData({dataSource: element.dataSource, symbol: element.symbol})" |
|
|
> |
|
|
> |
|
|
<span class="align-items-center d-flex"> |
|
|
<span class="align-items-center d-flex"> |
|
|