|
|
@ -1,5 +1,5 @@ |
|
|
<div class="d-flex flex-column h-100"> |
|
|
<div class="d-flex flex-column h-100"> |
|
|
<h1 class="align-items-center d-flex mb-3" mat-dialog-title> |
|
|
<div class="align-items-center d-flex mb-3" mat-dialog-title> |
|
|
<span class="flex-grow-1 text-truncate">{{ |
|
|
<span class="flex-grow-1 text-truncate">{{ |
|
|
assetProfile?.name ?? data.symbol |
|
|
assetProfile?.name ?? data.symbol |
|
|
}}</span> |
|
|
}}</span> |
|
|
@ -87,7 +87,7 @@ |
|
|
<ng-container i18n>Delete</ng-container> |
|
|
<ng-container i18n>Delete</ng-container> |
|
|
</button> |
|
|
</button> |
|
|
</mat-menu> |
|
|
</mat-menu> |
|
|
</h1> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
<gf-line-chart |
|
|
<gf-line-chart |
|
|
|