mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-02 14:09:26 +02:00
UI tidy
This commit is contained in:
@@ -45,10 +45,22 @@ new Vue({
|
|||||||
field: 'counter'
|
field: 'counter'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'withdraw',
|
name: 'wallet',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
label: 'Withdraw ID',
|
label: 'Wallet',
|
||||||
field: 'withdraw'
|
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: {
|
pagination: {
|
||||||
|
@@ -48,11 +48,10 @@
|
|||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
dense
|
dense
|
||||||
size="xs"
|
icon="qr_code"
|
||||||
icon="visibility"
|
|
||||||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
||||||
@click="openQrCodeDialog(props.row.id)"
|
@click="openQrCodeDialog(props.row.id)"
|
||||||
></q-btn>
|
><q-tooltip>Card key credentials</q-tooltip></q-btn>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td auto-width>
|
<q-td auto-width>
|
||||||
<q-btn
|
<q-btn
|
||||||
|
Reference in New Issue
Block a user