mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Show marker for open orders
This commit is contained in:
parent
5cbe72b0cd
commit
c258372916
|
@ -33,7 +33,7 @@
|
|||
<template #cell(pair)="row">
|
||||
<ProfitSymbol :trade="row.item" />
|
||||
<span>
|
||||
{{ row.item.pair }}
|
||||
{{ `${row.item.pair}${row.item.open_order_id === null ? '' : '*'}` }}
|
||||
</span>
|
||||
</template>
|
||||
</b-table>
|
||||
|
|
Loading…
Reference in New Issue
Block a user