diff --git a/BTCPayServer/Views/UIReports/StoreReports.cshtml b/BTCPayServer/Views/UIReports/StoreReports.cshtml index d53824a1e..218261f4a 100644 --- a/BTCPayServer/Views/UIReports/StoreReports.cshtml +++ b/BTCPayServer/Views/UIReports/StoreReports.cshtml @@ -4,21 +4,34 @@ @inject BTCPayServer.Security.ContentSecurityPolicies Csp @model StoreReportsViewModel @{ - ViewData.SetActivePage(StoreNavPages.Reporting, StringLocalizer["Reporting"]); - Csp.UnsafeEval(); + ViewData.SetActivePage(StoreNavPages.Reporting, StringLocalizer["Reporting"]); + Csp.UnsafeEval(); } + @section PageHeadContent { @* Set a height for the responsive table container to make it work with the fixed table headers. Details described here: thttps://uxdesign.cc/position-stuck-96c9f55d9526 *@ } +