File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 117
117
<tr class =" httplug-request-stack" >
118
118
<td class =" httplug-plugin-name" >↓ {{ pluginNames [idx-1] }} </td >
119
119
<td class =" httplug-plugin-name" >↑
120
- {% if failureStack [idx ] %}
120
+ {% if failureStack [idx-1 ] %}
121
121
<span class =" httplug-error" >☓ </span >
122
122
{% endif %}
123
123
</td >
130
130
{% if loop .last %}
131
131
<tr class =" httplug-request-stack" >
132
132
<td class =" httplug-plugin-name" >⟶ <span class =" push-right" >HTTP client</span ></td >
133
- <td class =" httplug-plugin-name" >↑ </td >
133
+ <td class =" httplug-plugin-name" >↑
134
+ {% if failureStack [idx-1] %}
135
+ <span class =" httplug-error" >☓ </span >
136
+ {% endif %}
137
+ </td >
134
138
</tr >
135
139
{% endif %}
136
140
{% endfor %}
You can’t perform that action at this time.
0 commit comments