Fix non-dumped voters in security panel

This commit is contained in:
Robin Chalas 2017-06-09 14:05:05 +02:00
parent b376eca7cc
commit c1fa308c0a

View File

@ -222,7 +222,7 @@
{% for voter in collector.voters %}
<tr>
<td class="font-normal text-small text-muted nowrap">{{ loop.index }}</td>
<td class="font-normal">{{ voter }}</td>
<td class="font-normal">{{ profiler_dump(voter) }}</td>
</tr>
{% endfor %}
</tbody>