Fix regression in WDT path/pattern naming

This commit is contained in:
Florin Patan 2013-01-16 17:51:26 +02:00
parent efabb1e9ae
commit 41d3953e76

View File

@ -33,7 +33,7 @@
{% for trace in traces %}
<tr class="{{ 1 == trace.level ? 'almost' : 2 == trace.level ? 'matches' : '' }}">
<td>{{ trace.name }}</td>
<td>{{ trace.pattern }}</td>
<td>{{ trace.path }}</td>
<td>{{ trace.log }}</td>
</tr>
{% endfor %}