Merge pull request #6598 from dennisreimann/dashboard-remove-store-name

Dashboard: Remove store name headline
This commit is contained in:
Nicolas Dorier 2025-02-11 14:25:06 +09:00 committed by GitHub
commit 9e58a50dfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
{