diff --git a/templates/withdraw/display.html b/templates/withdraw/display.html index e345ed4..34ae1ac 100644 --- a/templates/withdraw/display.html +++ b/templates/withdraw/display.html @@ -8,11 +8,9 @@ Withdraw is spent. {% endif %} - - - +
diff --git a/templates/withdraw/index.html b/templates/withdraw/index.html index 9e34ed0..d28b104 100644 --- a/templates/withdraw/index.html +++ b/templates/withdraw/index.html @@ -38,14 +38,16 @@
Withdraw links
v-model:pagination="withdrawLinksTable.pagination" @request="getWithdrawLinks" > - {% raw %} @@ -114,17 +116,22 @@
Withdraw links
color="pink" > - - {{ col.value }} + - Webhook to {{ props.row.webhook_url}} + Webhook to - {% endraw %} @@ -408,32 +415,29 @@
- - - {% raw %} - +

- ID: {{ qrCodeDialog.data.id }}
- Unique: {{ qrCodeDialog.data.is_unique }} + ID:
+ Unique: + + (QR code will change after each withdrawal)
- Max. withdrawable: {{ - qrCodeDialog.data.max_withdrawable }} sat
- Wait time: {{ qrCodeDialog.data.wait_time }} seconds
- Withdraws: {{ qrCodeDialog.data.used }} / {{ - qrCodeDialog.data.uses }} + Max. withdrawable: + sat
+ Wait time: + seconds
+ Withdraws: + / +

- {% endraw %}