diff --git a/Resources/public/images/guzzle.png b/Resources/public/images/guzzle.png
new file mode 100644
index 0000000..1a5347e
Binary files /dev/null and b/Resources/public/images/guzzle.png differ
diff --git a/Resources/public/images/profiler/guzzle.png b/Resources/public/images/profiler/guzzle.png
new file mode 100644
index 0000000..236974b
Binary files /dev/null and b/Resources/public/images/profiler/guzzle.png differ
diff --git a/Resources/views/Collector/guzzle.html.twig b/Resources/views/Collector/guzzle.html.twig
index 042879b..570ed8d 100644
--- a/Resources/views/Collector/guzzle.html.twig
+++ b/Resources/views/Collector/guzzle.html.twig
@@ -3,18 +3,23 @@
{% block toolbar %}
{% if collector.countLogs %}
{% set icon %}
- Guzzle
+
+ {{ collector.countLogs }}
{% endset %}
{% set text %}
- {{ collector.countLogs }}
+
+ HTTP Requests
+ {{ collector.countLogs }}
+
{% endset %}
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
{% endif %}
{% endblock %}
{% block menu %}
-
-
+
+
Guzzle
{{ collector.countLogs }}
@@ -23,7 +28,7 @@
{% endblock %}
{% block panel %}
- Requests
+ HTTP requests
{% if not collector.countLogs %}
@@ -31,12 +36,40 @@
{% else %}
- {% for i, log in collector.logs %}
- -
+ {% for i, log in collector.logs %}
+
{% endfor %}
{% endif %}
-{% endblock %}
+
+
+{% endblock %}
\ No newline at end of file