From 57acc97e1f9d76c2edbb4eeabae4ea3dd635bb77 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 27 Mar 2024 18:58:09 +0000 Subject: Updated for new download table format. --- Pages/Report.cshtml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Pages/Report.cshtml') diff --git a/Pages/Report.cshtml b/Pages/Report.cshtml index ed7dbfa..624d61f 100644 --- a/Pages/Report.cshtml +++ b/Pages/Report.cshtml @@ -26,18 +26,22 @@ - - - - + + + @foreach(Download obj in Model.Rows) { - - + }
TimeKeyIP AddressUser AgentTimeKeyInfo
@obj.Time @obj.Key@obj.IpAddress@obj.UserAgent + @foreach (string s in obj.Info) + { + @s +
+ } +
\ No newline at end of file -- cgit v1.2.3