mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 12:05:16 +00:00
feat: add header to "pairs from template"
This commit is contained in:
parent
9231c29058
commit
cb68517616
|
@ -59,6 +59,7 @@ async function startDownload() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex flex-column gap-1">
|
<div class="d-flex flex-column gap-1">
|
||||||
|
<h6>Pairs from template</h6>
|
||||||
<BButton
|
<BButton
|
||||||
v-for="pt in pairTemplates"
|
v-for="pt in pairTemplates"
|
||||||
:key="pt.idx"
|
:key="pt.idx"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user