|
@ -134,15 +134,13 @@ |
|
|
<a |
|
|
<a |
|
|
class="d-flex" |
|
|
class="d-flex" |
|
|
[queryParams]="{ |
|
|
[queryParams]="{ |
|
|
dataSource: position.dataSource, |
|
|
dataSource: position.dataSource, |
|
|
positionDetailDialog: true, |
|
|
positionDetailDialog: true, |
|
|
symbol: position.symbol |
|
|
symbol: position.symbol |
|
|
}" |
|
|
}" |
|
|
[routerLink]="[]" |
|
|
[routerLink]="[]" |
|
|
> |
|
|
> |
|
|
<div class="flex-grow-1 mr-2 text-truncate"> |
|
|
<div class="flex-grow-1 mr-2">{{ position.name }}</div> |
|
|
{{ position.name }} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="d-flex justify-content-end"> |
|
|
<div class="d-flex justify-content-end"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="justify-content-end" |
|
@ -182,15 +180,13 @@ |
|
|
<a |
|
|
<a |
|
|
class="d-flex" |
|
|
class="d-flex" |
|
|
[queryParams]="{ |
|
|
[queryParams]="{ |
|
|
dataSource: position.dataSource, |
|
|
dataSource: position.dataSource, |
|
|
positionDetailDialog: true, |
|
|
positionDetailDialog: true, |
|
|
symbol: position.symbol |
|
|
symbol: position.symbol |
|
|
}" |
|
|
}" |
|
|
[routerLink]="[]" |
|
|
[routerLink]="[]" |
|
|
> |
|
|
> |
|
|
<div class="flex-grow-1 mr-2 text-truncate"> |
|
|
<div class="flex-grow-1 mr-2">{{ position.name }}</div> |
|
|
{{ position.name }} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="d-flex justify-content-end"> |
|
|
<div class="d-flex justify-content-end"> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="justify-content-end" |
|
|
class="justify-content-end" |
|
|