add test lnaddress buttton
This commit is contained in:
parent
abf0305853
commit
6367dee6c2
1 changed files with 12 additions and 0 deletions
|
|
@ -57,6 +57,18 @@
|
|||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
||||
@click="openQrCodeDialog(props.row.id)"
|
||||
></q-btn>
|
||||
<q-btn
|
||||
unelevated
|
||||
dense
|
||||
size="xs"
|
||||
icon="checkmark"
|
||||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
||||
type="a"
|
||||
:href="'https://sendsats.to/' + props.row.username +'@' + domain"
|
||||
target="_blank"
|
||||
>
|
||||
</q-btn>
|
||||
<q-tooltip>Check LN Address works via external call</q-tooltip>
|
||||
</q-td>
|
||||
<q-td auto-width>{{ props.row.description }}</q-td>
|
||||
<q-td auto-width>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue