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 4760142 + 4d026b3 commit cf9cbf2Copy full SHA for cf9cbf2
Resources/views/Icon/httplug.svg
Resources/views/webprofiler.html.twig
@@ -5,8 +5,9 @@
5
{% block toolbar %}
6
{% if collector.totalRequests > 0 %}
7
{% set icon %}
8
- {{ include('@WebProfiler/Icon/ajax.svg') }}
9
- <span class="sf-toolbar-status">{{ collector.totalRequests }}</span>
+ {{ include('@Httplug/Icon/httplug.svg') }}
+ <span class="sf-toolbar-value">{{ collector.totalRequests }}</span>
10
+ <span class="sf-toolbar-label">req.</span>
11
{% endset %}
12
13
{% set text %}
@@ -32,7 +33,7 @@
32
33
{% block menu %}
34
{# This left-hand menu appears when using the full-screen profiler. #}
35
<span class="label {{ collector.totalRequests == 0 ? 'disabled' }}">
- <span class="icon">{{ include('@WebProfiler/Icon/ajax.svg') }}</span>
36
+ <span class="icon">{{ include('@Httplug/Icon/httplug.svg') }}</span>
37
<strong>Httplug</strong>
38
</span>
39
{% endblock %}
0 commit comments