summaryrefslogtreecommitdiffstats
path: root/bwLpStatus.py
diff options
context:
space:
mode:
Diffstat (limited to 'bwLpStatus.py')
-rwxr-xr-xbwLpStatus.py2
1 files changed, 1 insertions, 1 deletions
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 + ']</div></div><div class="log_item_part '
+ entry.state + '"><div class="content_item_part_title">['
+ entry.state + ']</div></div><div class="log_item_part"><div class="content_item_part_title">['
- + entry.host +']</div></div><div class="log_item_part"><div class="content_item_part_title">'
+ + entry.host +']</div></div><div class="log_item_part"><div class="content_item_part_title log_item_part_msg">'
+ entry.msg + '</div></div></div>')
# Copy the .html file and replace the %CONTENT% to generate the final html file.