diff options
author | js420 | 2019-01-10 13:16:48 +0100 |
---|---|---|
committer | js420 | 2019-01-10 13:16:48 +0100 |
commit | 2b9050dd40a2e95d54cb1bb40e969b38c807ec4b (patch) | |
tree | 91bab0f907adbdeb366eb9e86b68287955cb68f5 /bwlpMonitor_template.html | |
parent | Initial Commmit (diff) | |
download | bwlp-monitoring-2b9050dd40a2e95d54cb1bb40e969b38c807ec4b.tar.gz bwlp-monitoring-2b9050dd40a2e95d54cb1bb40e969b38c807ec4b.tar.xz bwlp-monitoring-2b9050dd40a2e95d54cb1bb40e969b38c807ec4b.zip |
Errorhandling and Logfix
Fixed logging.
Fixed the log size when the msg was too large.
Added better errorhandling (try/excepts).
Added Thrift Masterserver calls.
Added README.txt.
Diffstat (limited to 'bwlpMonitor_template.html')
-rw-r--r-- | bwlpMonitor_template.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bwlpMonitor_template.html b/bwlpMonitor_template.html index e90b251..6a41d66 100644 --- a/bwlpMonitor_template.html +++ b/bwlpMonitor_template.html @@ -28,10 +28,11 @@ <div id="content"> %CONTENT% </div> - - <div id="log"> + <div id="log_wrapper"> + <div id="log"> %LOG% - </div> + </div> + </div> </div> </body> |