Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit be81e46

Browse files
committed
Added status class to toolbar
1 parent 6753b9e commit be81e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/data_collector/template.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% set text %}
1010
<div class="sf-toolbar-info-piece">
1111
<b>Cache instances</b>
12-
<span>{{ collector.stats|length }}</span>
12+
<span class="sf-toolbar-status">{{ collector.stats|length }}</span>
1313
</div>
1414
{% endset %}
1515

0 commit comments

Comments
 (0)