mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-28 15:31:37 +00:00
Add download button for invoice macaroon
This commit is contained in:
parent
13ff042856
commit
e582451322
|
@ -251,8 +251,9 @@
|
|||
<tr>
|
||||
<th>Macaroons</th>
|
||||
<td>
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" id="admin_macaroon" href="/lnd/admin.macaroon">admin</a>
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" id="readonly_macaroon" href="/lnd/readonly.macaroon">readonly</a>
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" href="/lnd/admin.macaroon">admin</a>
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" href="/lnd/readonly.macaroon">readonly</a>
|
||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" href="/lnd/invoice.macaroon">invoice</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user