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 117117 <tr class =" httplug-request-stack" >
118118 <td class =" httplug-plugin-name" >↓ {{ pluginNames [idx-1] }} </td >
119119 <td class =" httplug-plugin-name" >↑
120- {% if failureStack [idx ] %}
120+ {% if failureStack [idx-1 ] %}
121121 <span class =" httplug-error" >☓ </span >
122122 {% endif %}
123123 </td >
130130 {% if loop .last %}
131131 <tr class =" httplug-request-stack" >
132132 <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 >
134138 </tr >
135139 {% endif %}
136140 {% endfor %}
You can’t perform that action at this time.
0 commit comments