Feature/add transactions to position detail dialog (#591)
* Add transactions to position detail dialog * Update changelog
This commit is contained in:
@@ -124,6 +124,20 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<gf-transactions-table
|
||||
*ngIf="orders?.length > 0"
|
||||
[baseCurrency]="data.baseCurrency"
|
||||
[deviceType]="data.deviceType"
|
||||
[hasPermissionToCreateOrder]="false"
|
||||
[hasPermissionToFilter]="false"
|
||||
[hasPermissionToImportOrders]="false"
|
||||
[hasPermissionToOpenDetails]="false"
|
||||
[locale]="data.locale"
|
||||
[showActions]="false"
|
||||
[showSymbolColumn]="false"
|
||||
[transactions]="orders"
|
||||
></gf-transactions-table>
|
||||
</div>
|
||||
|
||||
<gf-dialog-footer
|
||||
|
Reference in New Issue
Block a user