mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Show Trade direction in trae-list
This commit is contained in:
parent
27fe412a17
commit
b406fe14d4
|
@ -41,6 +41,10 @@
|
|||
}}
|
||||
</span>
|
||||
</template>
|
||||
<template #cell(trade_id)="row">
|
||||
{{ row.item.trade_id }}
|
||||
{{ botApiVersion > 2.0 ? '| ' + (row.item.is_short ? 'Short' : 'Long') : '' }}
|
||||
</template>
|
||||
<template #cell(profit)="row">
|
||||
<trade-profit :trade="row.item" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user