Display button tooltip

This commit is contained in:
Matthias 2020-08-29 17:22:48 +02:00
parent f849adff89
commit 34841959ba

View File

@ -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>