Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 135 additions & 0 deletions Resources/views/Icon/httplug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions Resources/views/webprofiler.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
{% block toolbar %}
{% if collector.totalRequests > 0 %}
{% set icon %}
{{ include('@WebProfiler/Icon/ajax.svg') }}
<span class="sf-toolbar-status">{{ collector.totalRequests }}</span>
{{ include('@Httplug/Icon/httplug.svg') }}
<span class="sf-toolbar-value">{{ collector.totalRequests }}</span>
<span class="sf-toolbar-label">req.</span>
{% endset %}

{% set text %}
Expand All @@ -32,7 +33,7 @@
{% block menu %}
{# This left-hand menu appears when using the full-screen profiler. #}
<span class="label {{ collector.totalRequests == 0 ? 'disabled' }}">
<span class="icon">{{ include('@WebProfiler/Icon/ajax.svg') }}</span>
<span class="icon">{{ include('@Httplug/Icon/httplug.svg') }}</span>
<strong>Httplug</strong>
</span>
{% endblock %}
Expand Down