mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Add onchain wallet send ui extension
This commit is contained in:
parent
9ec475fa40
commit
a3edd829a6
1 changed files with 2 additions and 0 deletions
|
@ -260,4 +260,6 @@
|
|||
<button type="button" id="bip21parse" class="btn btn-secondary" title="Paste BIP21/Address"><i class="fa fa-paste"></i></button>
|
||||
<button type="button" id="scanqrcode" class="btn btn-secondary only-for-js" data-bs-toggle="modal" data-bs-target="#scanModal" title="Scan BIP21/Address with camera"><i class="fa fa-camera"></i></button>
|
||||
</div>
|
||||
|
||||
<vc:ui-extension-point location="onchain-wallet-send" model="@Model"/>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue