This commit is contained in:
ben 2022-08-28 12:16:23 +01:00
parent 6f5c35d4d3
commit 6e9fd28d28
2 changed files with 17 additions and 6 deletions

View File

@ -45,10 +45,22 @@ new Vue({
field: 'counter'
},
{
name: 'withdraw',
name: 'wallet',
align: 'left',
label: 'Withdraw ID',
field: 'withdraw'
label: 'Wallet',
field: 'wallet'
},
{
name: 'tx_limit',
align: 'left',
label: 'Max tx',
field: 'tx_limit'
},
{
name: 'daily_limit',
align: 'left',
label: 'Daily tx limit',
field: 'daily_limit'
}
],
pagination: {

View File

@ -48,11 +48,10 @@
<q-btn
unelevated
dense
size="xs"
icon="visibility"
icon="qr_code"
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
@click="openQrCodeDialog(props.row.id)"
></q-btn>
><q-tooltip>Card key credentials</q-tooltip></q-btn>
</q-td>
<q-td auto-width>
<q-btn