From f6a71e4851fd45c6f66a4797c349b32041b70653 Mon Sep 17 00:00:00 2001 From: W1CDN Date: Sat, 24 Jun 2023 18:44:18 -0500 Subject: [PATCH] Add raw column. --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index 67965fd..ae8d3ac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,6 +19,7 @@ from object_name + raw created (utc) more @@ -26,6 +27,7 @@ {{ i['from'] }} {{ i['object_name'] }} + {{ i['raw'] }} {{ i['created'] }} more