[4/5] BUG12156: GUI cosmetic to show woi logs cleaner

Message ID 20190903204548.2045-4-sfeddersen@ipfire.org
State Accepted
Commit 4f19781d71dabae8ffe30e86e8aca96ab81c6952
Headers
Series [1/5] BUG12156: changed wio.cgi to fix broken Web GUI |

Commit Message

Stephan Feddersen Sept. 3, 2019, 8:45 p.m. UTC
  ---
 html/cgi-bin/logs.cgi/log.dat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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\[.*\]: )',