mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
whitelist styiling improvements
This commit is contained in:
parent
b6af5c63d3
commit
019a95100b
|
@ -7,7 +7,7 @@
|
||||||
v-for="(pair, i) in whitelist"
|
v-for="(pair, i) in whitelist"
|
||||||
:key="pair.pair"
|
:key="pair.pair"
|
||||||
button
|
button
|
||||||
class="d-flex justify-content-between align-items-center py-1"
|
class="d-flex py-2"
|
||||||
:active="pair.pair === botStore.activeBot.selectedPair"
|
:active="pair.pair === botStore.activeBot.selectedPair"
|
||||||
:title="pair.pair"
|
:title="pair.pair"
|
||||||
@click="botStore.activeBot.selectedPair = pair.pair"
|
@click="botStore.activeBot.selectedPair = pair.pair"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user