|
|
@ -1,10 +1,10 @@ |
|
|
<div class="d-flex flex-column h-100"> |
|
|
<div class="d-flex flex-column h-100"> |
|
|
<div class="d-flex mb-3"> |
|
|
<h1 class="align-items-center d-flex mb-3" mat-dialog-title> |
|
|
<h1 class="flex-grow-1 m-0" mat-dialog-title> |
|
|
<span class="flex-grow-1 text-truncate">{{ |
|
|
<span>{{ assetProfile?.name ?? data.symbol }}</span> |
|
|
assetProfile?.name ?? data.symbol |
|
|
</h1> |
|
|
}}</span> |
|
|
<button |
|
|
<button |
|
|
class="mx-1 no-min-width px-2" |
|
|
class="ml-1 no-min-width px-2" |
|
|
mat-button |
|
|
mat-button |
|
|
type="button" |
|
|
type="button" |
|
|
[matMenuTriggerFor]="assetProfileActionsMenu" |
|
|
[matMenuTriggerFor]="assetProfileActionsMenu" |
|
|
@ -87,7 +87,7 @@ |
|
|
<ng-container i18n>Delete</ng-container> |
|
|
<ng-container i18n>Delete</ng-container> |
|
|
</button> |
|
|
</button> |
|
|
</mat-menu> |
|
|
</mat-menu> |
|
|
</div> |
|
|
</h1> |
|
|
|
|
|
|
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
<div class="flex-grow-1" mat-dialog-content> |
|
|
<gf-line-chart |
|
|
<gf-line-chart |
|
|
|