From f051d5c09c6219ff6c96c94c8bf28aaf42a13e6e Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Wed, 22 Apr 2020 18:43:13 +0200 Subject: [PATCH] Tweak machine history results view --- logs/templates/logs/machine_history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logs/templates/logs/machine_history.html b/logs/templates/logs/machine_history.html index 4af9bf16..c2ad7368 100644 --- a/logs/templates/logs/machine_history.html +++ b/logs/templates/logs/machine_history.html @@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% trans "User" %} - {% trans "User" %} + {% trans "IPv4" %} {% trans "MAC address" %} {% trans "Start date" %} {% trans "End date" %} @@ -43,7 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., - {{ event.user }} + {{ event.user }} {{ event.ipv4 }}