File tree Expand file tree Collapse file tree 2 files changed +139
-3
lines changed Expand file tree Collapse file tree 2 files changed +139
-3
lines changed Original file line number Diff line number Diff line change 55{% block toolbar %}
66 {% if collector .totalRequests > 0 %}
77 {% set icon %}
8- {{ include (' @WebProfiler/Icon/ajax.svg' ) }}
9- <span class =" sf-toolbar-status" >{{ collector .totalRequests }}</span >
8+ {{ include (' @Httplug/Icon/httplug.svg' ) }}
9+ <span class =" sf-toolbar-value" >{{ collector .totalRequests }}</span >
10+ <span class =" sf-toolbar-label" >req.</span >
1011 {% endset %}
1112
1213 {% set text %}
3233{% block menu %}
3334 {# This left-hand menu appears when using the full-screen profiler. #}
3435 <span class =" label {{ collector .totalRequests == 0 ? ' disabled' }}" >
35- <span class =" icon" >{{ include (' @WebProfiler /Icon/ajax .svg' ) }}</span >
36+ <span class =" icon" >{{ include (' @Httplug /Icon/httplug .svg' ) }}</span >
3637 <strong >Httplug</strong >
3738 </span >
3839{% endblock %}
You can’t perform that action at this time.
0 commit comments