File tree 2 files changed +139
-3
lines changed
2 files changed +139
-3
lines changed Original file line number Diff line number Diff line change 5
5
{% block toolbar %}
6
6
{% if collector .totalRequests > 0 %}
7
7
{% 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 >
10
11
{% endset %}
11
12
12
13
{% set text %}
32
33
{% block menu %}
33
34
{# This left-hand menu appears when using the full-screen profiler. #}
34
35
<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 >
36
37
<strong >Httplug</strong >
37
38
</span >
38
39
{% endblock %}
You can’t perform that action at this time.
0 commit comments