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 %}