fix username display
This commit is contained in:
parent
9fa895aa6d
commit
abf0305853
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
<q-th auto-width>Description</q-th>
|
<q-th auto-width>Description</q-th>
|
||||||
<q-th auto-width>Amount</q-th>
|
<q-th auto-width>Amount</q-th>
|
||||||
<q-th auto-width>Currency</q-th>
|
<q-th auto-width>Currency</q-th>
|
||||||
<q-th auto-width>Lightning Address</q-th>
|
<q-th auto-width>LN Username</q-th>
|
||||||
<q-th auto-width></q-th>
|
<q-th auto-width></q-th>
|
||||||
<q-th auto-width></q-th>
|
<q-th auto-width></q-th>
|
||||||
</q-tr>
|
</q-tr>
|
||||||
|
|
@ -66,6 +66,7 @@
|
||||||
<span v-else>{{ props.row.min }} - {{ props.row.max }}</span>
|
<span v-else>{{ props.row.min }} - {{ props.row.max }}</span>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td>{{ props.row.currency || 'sat' }}</q-td>
|
<q-td>{{ props.row.currency || 'sat' }}</q-td>
|
||||||
|
<q-td auto-width>{{ props.row.username }}</q-td>
|
||||||
<q-td>
|
<q-td>
|
||||||
<q-icon v-if="props.row.webhook_url" size="14px" name="http">
|
<q-icon v-if="props.row.webhook_url" size="14px" name="http">
|
||||||
<q-tooltip>Webhook to {{ props.row.webhook_url}}</q-tooltip>
|
<q-tooltip>Webhook to {{ props.row.webhook_url}}</q-tooltip>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue