mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Dashboard: Remove store name headline
Saves some space and isn't really necessary as the current store name is also visible in the sidebar.
This commit is contained in:
parent
df82860ada
commit
1c6657b8b4
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
|||
var store = ViewContext.HttpContext.GetStoreData();
|
||||
}
|
||||
|
||||
<h2 class="mb-2 mb-lg-3">@ViewData["Title"]</h2>
|
||||
<partial name="_StatusMessage" />
|
||||
|
||||
@if (Model.IsSetUp)
|
||||
|
@ -53,7 +52,7 @@
|
|||
}
|
||||
};
|
||||
</script>
|
||||
<div id="Dashboard" class="mt-4">
|
||||
<div id="Dashboard">
|
||||
<vc:ui-extension-point location="dashboard" model="@Model" />
|
||||
@if (Model.WalletEnabled)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue