From 0746d3c815fa5dffe8ed766043cb996e5e2ce581 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Mon, 20 Nov 2017 14:30:31 +0100 Subject: [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug where the client-log was losing the specific client when a filter was added. --- modules-available/statistics/page.inc.php | 2 +- modules-available/statistics/templates/syslog.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules-available/statistics') diff --git a/modules-available/statistics/page.inc.php b/modules-available/statistics/page.inc.php index 479f3089..f8b40405 100644 --- a/modules-available/statistics/page.inc.php +++ b/modules-available/statistics/page.inc.php @@ -920,7 +920,7 @@ class Page_Statistics extends Page } } Render::addTemplate('syslog', array( - 'clientip' => $client['clientip'], + 'machineuuid' => $client['machineuuid'], 'list' => $log, )); } diff --git a/modules-available/statistics/templates/syslog.html b/modules-available/statistics/templates/syslog.html index c82cb8ac..968d32ab 100644 --- a/modules-available/statistics/templates/syslog.html +++ b/modules-available/statistics/templates/syslog.html @@ -20,7 +20,7 @@ {{/list}} -
{{lang_more}} »
+
{{lang_more}} »