From 136d8a4ecc15939ca92a40aee9fd538264943a36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 22 Jul 2023 09:00:00 +0200 Subject: [PATCH] Continued: - copy-paste mistake from blocks list --- templates/views/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/views/list.html b/templates/views/list.html index a385297..99d8a41 100644 --- a/templates/views/list.html +++ b/templates/views/list.html @@ -31,7 +31,7 @@ Detection mode Command First added - Last seen + Last updated @@ -59,7 +59,7 @@ {{row['command']}} {{row['first_seen']}} - {{row['last_seen']}} + {{row['last_updated']}} {% endfor %} -- 2.39.5