From 4d026b3c3b0e14e4c01d0c253f17149b03d2ea19 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 11 Jan 2016 09:56:30 +0100 Subject: [PATCH] Updated toolbar logo --- Resources/views/Icon/httplug.svg | 135 ++++++++++++++++++++++++++ Resources/views/webprofiler.html.twig | 7 +- 2 files changed, 139 insertions(+), 3 deletions(-) create mode 100644 Resources/views/Icon/httplug.svg diff --git a/Resources/views/Icon/httplug.svg b/Resources/views/Icon/httplug.svg new file mode 100644 index 00000000..9be2c1f0 --- /dev/null +++ b/Resources/views/Icon/httplug.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/views/webprofiler.html.twig b/Resources/views/webprofiler.html.twig index 93c70996..74ee2067 100644 --- a/Resources/views/webprofiler.html.twig +++ b/Resources/views/webprofiler.html.twig @@ -5,8 +5,9 @@ {% block toolbar %} {% if collector.totalRequests > 0 %} {% set icon %} - {{ include('@WebProfiler/Icon/ajax.svg') }} - {{ collector.totalRequests }} + {{ include('@Httplug/Icon/httplug.svg') }} + {{ collector.totalRequests }} + req. {% endset %} {% set text %} @@ -32,7 +33,7 @@ {% block menu %} {# This left-hand menu appears when using the full-screen profiler. #} - {{ include('@WebProfiler/Icon/ajax.svg') }} + {{ include('@Httplug/Icon/httplug.svg') }} Httplug {% endblock %}