From bc810d578c2c25faaf2aa8cd17e989031efe749c Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 16 Jan 2019 17:10:19 +0100 Subject: Add different modes and a more compact design Add widescreen side by side mode Add borderless mode Add noheader mode Make layout more compact Add autorefresh in seconds --- bwLpStatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bwLpStatus.py') diff --git a/bwLpStatus.py b/bwLpStatus.py index 67e6531..d9c20c6 100755 --- a/bwLpStatus.py +++ b/bwLpStatus.py @@ -235,7 +235,7 @@ for entry in reversed(logEntries): + entry.service + ']
[' + entry.state + ']
[' - + entry.host +']
' + + entry.host +']
' + entry.msg + '
') # Copy the .html file and replace the %CONTENT% to generate the final html file. -- cgit v1.2.3-55-g7522