Small fixes

This commit is contained in:
Matthias 2020-08-25 19:33:27 +02:00
parent 759af1f768
commit 507cc538f6
2 changed files with 2 additions and 6 deletions

View File

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

View File

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