mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
add extension points for dashboard (#4483)
This commit is contained in:
parent
a12bb1d9ce
commit
ffeaf55c4e
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
};
|
||||
</script>
|
||||
<div id="Dashboard" class="mt-4">
|
||||
<vc:ui-extension-point location="dashboard" model="@Model"/>
|
||||
@if (Model.WalletEnabled)
|
||||
{
|
||||
<vc:store-wallet-balance store="@store"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue