We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adc663d + 55a7fb0 commit c516a4eCopy full SHA for c516a4e
Resources/views/webprofiler.html.twig
@@ -117,7 +117,7 @@
117
<tr class="httplug-request-stack">
118
<td class="httplug-plugin-name">↓ {{ pluginNames[idx-1] }} </td>
119
<td class="httplug-plugin-name">↑
120
- {% if failureStack[idx] %}
+ {% if failureStack[idx-1] %}
121
<span class="httplug-error">☓</span>
122
{% endif %}
123
</td>
@@ -130,7 +130,11 @@
130
{% if loop.last %}
131
132
<td class="httplug-plugin-name">⟶ <span class="push-right">HTTP client</span></td>
133
- <td class="httplug-plugin-name">↑</td>
+ <td class="httplug-plugin-name">↑
134
135
+ <span class="httplug-error">☓</span>
136
+ {% endif %}
137
+ </td>
138
</tr>
139
140
{% endfor %}
0 commit comments