From mboxrd@z Thu Jan 1 00:00:00 1970 From: sfeddersen To: development@lists.ipfire.org Subject: [PATCH 4/5] BUG12156: GUI cosmetic to show woi logs cleaner Date: Tue, 03 Sep 2019 22:45:47 +0200 Message-ID: <20190903204548.2045-4-sfeddersen@ipfire.org> In-Reply-To: <20190903204548.2045-1-sfeddersen@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7555775811602852761==" List-Id: --===============7555775811602852761== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit --- html/cgi-bin/logs.cgi/log.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 136fed77c..23189eb30 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -50,7 +50,7 @@ $cgiparams{'SECTION'} = 'ipfire'; my %sections = ( 'auth' => '(\w+\(pam_unix\)\[.*\]: )', - 'wio' => '(wio|wio\[.*\])', + 'wio' => '(wio:|wio\[.*\])', 'captive' => '(Captive:)', 'clamav' => '(clamd\[.*\]: |freshclam\[.*\]: )', 'collectd' => '(collectd\[.*\]: )', -- 2.17.1 --===============7555775811602852761==--