mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Improve padding for history loader
This commit is contained in:
parent
a5062aac5b
commit
7fec7c803b
|
@ -16,7 +16,7 @@
|
|||
<b-list-group-item
|
||||
v-for="(res, idx) in botStore.activeBot.backtestHistoryList"
|
||||
:key="idx"
|
||||
class="d-flex justify-content-between align-items-center py-1"
|
||||
class="d-flex justify-content-between align-items-center py-1 pe-2"
|
||||
button
|
||||
:disabled="res.run_id in botStore.activeBot.backtestHistory"
|
||||
@click="botStore.activeBot.getBacktestHistoryResult(res)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user