mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Have pairlist length as hover over whitelist title
This commit is contained in:
parent
4391fcfa85
commit
c00bbf16fc
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- Show Whitelist -->
|
||||
<h3>Whitelist</h3>
|
||||
<h3 :title="`${botStore.activeBot.whitelist.length} pairs`">Whitelist</h3>
|
||||
<div v-if="botStore.activeBot.whitelist.length" class="list">
|
||||
<b-list-group v-for="(pair, key) in botStore.activeBot.whitelist" :key="key">
|
||||
<b-list-group-item class="pair white">{{ pair }}</b-list-group-item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user