From ab65bdaf1b5e2c6e4dd2523708739465b86d08d6 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 27 Mar 2024 21:20:45 +0000 Subject: Added table styling and CSV button --- Pages/Report.cshtml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Pages/Report.cshtml') diff --git a/Pages/Report.cshtml b/Pages/Report.cshtml index 624d61f..4b5907b 100644 --- a/Pages/Report.cshtml +++ b/Pages/Report.cshtml @@ -24,16 +24,18 @@

Download Details

- + + +
- + - + @foreach(Download obj in Model.Rows) { - +
TimeTime KeyInfoInfo
@obj.Time@obj.Time.ToString("o", System.Globalization.CultureInfo.InvariantCulture) @obj.Key @foreach (string s in obj.Info) -- cgit v1.2.3