specify in settings panel
This commit is contained in:
parent
2718773b60
commit
822a304127
1 changed files with 11 additions and 11 deletions
|
|
@ -141,15 +141,15 @@
|
||||||
return {
|
return {
|
||||||
settings: {},
|
settings: {},
|
||||||
lnbits_theme_options: [
|
lnbits_theme_options: [
|
||||||
'classic',
|
'classic',
|
||||||
'bitcoin',
|
'bitcoin',
|
||||||
'flamingo',
|
'flamingo',
|
||||||
'freedom',
|
'freedom',
|
||||||
'mint',
|
'mint',
|
||||||
'autumn',
|
'autumn',
|
||||||
'monochrome',
|
'monochrome',
|
||||||
'salvador'
|
'salvador'
|
||||||
],
|
],
|
||||||
formData: {},
|
formData: {},
|
||||||
formAddAdmin: '',
|
formAddAdmin: '',
|
||||||
formAddUser: '',
|
formAddUser: '',
|
||||||
|
|
@ -204,11 +204,11 @@
|
||||||
value: null,
|
value: null,
|
||||||
label: 'Certificate'
|
label: 'Certificate'
|
||||||
},
|
},
|
||||||
lnd_admin_macaroon: {
|
lnd_rest_admin_macaroon: {
|
||||||
value: null,
|
value: null,
|
||||||
label: 'Admin Macaroon'
|
label: 'Admin Macaroon'
|
||||||
},
|
},
|
||||||
lnd_invoice_macaroon: {
|
lnd_rest_invoice_macaroon: {
|
||||||
value: null,
|
value: null,
|
||||||
label: 'Invoice Macaroon'
|
label: 'Invoice Macaroon'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue