mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
simplified card
This commit is contained in:
parent
ef21ec94ac
commit
ecbbcf4323
|
@ -23,9 +23,8 @@
|
|||
/>
|
||||
</div>
|
||||
</template>
|
||||
<b-card-body class="p-0">
|
||||
<b-collapse v-model="visible">
|
||||
<div class="p-3">
|
||||
<b-card-body>
|
||||
<b-input-group v-for="(item, i) in pairlistStore.blacklist" :key="i" class="mb-2">
|
||||
<b-form-input v-model="pairlistStore.blacklist[i]" />
|
||||
<b-input-group-append>
|
||||
|
@ -35,9 +34,8 @@
|
|||
</b-input-group-append>
|
||||
</b-input-group>
|
||||
<b-button @click="pairlistStore.addToBlacklist()">Add</b-button>
|
||||
</div>
|
||||
</b-collapse>
|
||||
</b-card-body>
|
||||
</b-collapse>
|
||||
</b-card>
|
||||
</template>
|
||||
<script setup>
|
||||
|
|
Loading…
Reference in New Issue
Block a user