mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 22:47:05 +01:00
removed paid column from showing
changed success message, on payment
This commit is contained in:
parent
b490d9f260
commit
ff965af11c
1 changed files with 3 additions and 4 deletions
|
@ -291,8 +291,7 @@
|
|||
{name: 'name', align: 'left', label: 'Name', field: 'name'},
|
||||
{name: 'email', align: 'left', label: 'Email', field: 'email'},
|
||||
{name: 'ltext', align: 'left', label: 'Ticket', field: 'ltext'},
|
||||
{name: 'sats', align: 'left', label: 'Cost', field: 'sats'},
|
||||
{name: 'paid', align: 'left', label: 'Paid', field: 'paid'}
|
||||
{name: 'sats', align: 'left', label: 'Cost', field: 'sats'}
|
||||
],
|
||||
pagination: {
|
||||
rowsPerPage: 10
|
||||
|
@ -462,8 +461,8 @@
|
|||
|
||||
this.$q.notify({
|
||||
type: 'positive',
|
||||
message: 'Sent, thank you!',
|
||||
icon: 'thumb_up'
|
||||
message: 'New ticket arrived!',
|
||||
icon: 'textsms'
|
||||
})
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue