Added a class to the logs ol element to prevent hiding it when toggling an exception (fixes #2589).

This commit is contained in:
H. Westphal 2011-11-10 10:20:28 +01:00
parent 9d2ab9ca9c
commit 932c144534

View File

@ -1,4 +1,4 @@
<ol class="traces">
<ol class="traces logs">
{% for log in logs %}
<li{% if log.priorityName in ['EMERG', 'ERR', 'CRIT', 'ALERT', 'ERROR', 'CRITICAL'] %} class="error"{% endif %}>
{{ log.message }}