mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Add close reason to trades list
This commit is contained in:
parent
2d9d14f9a9
commit
0e11b30039
|
@ -114,7 +114,7 @@ export default class TradeList extends Vue {
|
||||||
openFields: Record<string, string | Function>[] = [{ key: 'actions' }];
|
openFields: Record<string, string | Function>[] = [{ key: 'actions' }];
|
||||||
|
|
||||||
// Added to table-fields for historic trades
|
// Added to table-fields for historic trades
|
||||||
closedFields: Record<string, string | Function>[] = [{ key: 'close_date', label: 'Close date' }];
|
closedFields: Record<string, string | Function>[] = [{ key: 'close_date', label: 'Close date' },{key: 'sell_reason', label: 'Close Reason'}];
|
||||||
|
|
||||||
tableFields: Record<string, string | Function>[] = [
|
tableFields: Record<string, string | Function>[] = [
|
||||||
{ key: 'trade_id', label: 'ID' },
|
{ key: 'trade_id', label: 'ID' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user