Skip to content

Commit

Permalink
improve sql explain table display (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimol91 authored and mikeSimonson committed Jul 28, 2017
1 parent 4f603e1 commit 629d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Collector/db.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
</div>

{% if query.explainable %}
<div id="explain-{{ i }}-{{ loop.parent.loop.index }}"></div>
<div id="explain-{{ i }}-{{ loop.parent.loop.index }}" class="sql-explain"></div>
{% endif %}
</td>
</tr>
Expand Down

0 comments on commit 629d2a8

Please sign in to comment.