From 303e48c8c61fa6181ee5b28bca24ef1d151a40f1 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Mon, 21 May 2012 10:09:58 +0200 Subject: [PATCH] Updated collector view to fit the new WDT --- Resources/views/Collector/elastica.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Resources/views/Collector/elastica.html.twig b/Resources/views/Collector/elastica.html.twig index e6fc29c..972f581 100644 --- a/Resources/views/Collector/elastica.html.twig +++ b/Resources/views/Collector/elastica.html.twig @@ -2,10 +2,14 @@ {% block toolbar %} {% set icon %} - elastica + elastica + {{ collector.querycount }} {% endset %} {% set text %} - {{ collector.querycount }} +
+ Queries + {{ collector.querycount }} +
{% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} @@ -47,4 +51,4 @@ {% endfor %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}