mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Display button tooltip
This commit is contained in:
parent
f849adff89
commit
34841959ba
|
@ -15,8 +15,10 @@
|
|||
@row-selected="onRowSelected"
|
||||
>
|
||||
<template v-slot:cell(actions)="row">
|
||||
<b-button size="sm" @click="forcesellHandler(row.item)"> FS </b-button>
|
||||
<b-button size="sm" @click="removeTradeHandler(row.item)">RM</b-button>
|
||||
<b-button size="sm" @click="forcesellHandler(row.item)" title="Forcesell"> FS </b-button>
|
||||
<b-button size="sm" @click="removeTradeHandler(row.item)" title="Delete trade"
|
||||
>RM</b-button
|
||||
>
|
||||
</template>
|
||||
<template v-slot:cell(pair)="row">
|
||||
<span class="mr-1" v-html="profitSymbol(row.item)"></span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user