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 *@ } + -
- -
- - -
-
- - +
+
+ + +
+
+ + +
+ +
+ + +
+
+ + {{ error }} +
+
-
-
+
+

{{ chart.name }}

@@ -74,8 +97,12 @@ - - + + @@ -83,8 +110,11 @@ Total - - + + @@ -127,7 +157,8 @@ target="_blank" v-if="srv.result.fields[columnIndex].type === 'invoice_id'">{{ displayValue(value) }} -