mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Small fixes
This commit is contained in:
parent
759af1f768
commit
507cc538f6
|
@ -1,8 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<button @click="refreshAll()" class="btn btn-secondary">
|
||||
Refresh all
|
||||
</button>
|
||||
<button @click="refreshAll()" class="btn btn-secondary">Refresh all</button>
|
||||
|
||||
<b-form-checkbox class="float-right" v-model="autoRefreshLoc" size="lg" switch
|
||||
>AutoRefresh</b-form-checkbox
|
||||
|
|
|
@ -12,9 +12,7 @@
|
|||
:current-page="currentPage"
|
||||
>
|
||||
<template v-slot:cell(actions)="row">
|
||||
<b-button size="sm" @click="forcesellHandler(row.item)">
|
||||
FS
|
||||
</b-button>
|
||||
<b-button size="sm" @click="forcesellHandler(row.item)"> FS </b-button>
|
||||
<b-button size="sm" @click="showDetails(row.item)">D</b-button>
|
||||
<b-button size="sm" @click="removeTradeHandler(row.item)">RM</b-button>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user