File tree 1 file changed +6
-4
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 179
179
</div >
180
180
</div >
181
181
182
+ <script >Sfjs .createFilters ();</script >
183
+
182
184
{% endblock messages %}
183
185
184
186
{% endblock %}
185
187
186
188
{% macro render_table(messages ) %}
187
- <table >
189
+ <table data-filters >
188
190
<thead >
189
191
<tr >
190
- <th >Locale</th >
191
- <th >Domain</th >
192
+ <th data-filter = " locale " >Locale</th >
193
+ <th data-filter = " domain " >Domain</th >
192
194
<th >Times used</th >
193
195
<th >Message ID</th >
194
196
<th >Message Preview</th >
195
197
</tr >
196
198
</thead >
197
199
<tbody >
198
200
{% for message in messages %}
199
- <tr >
201
+ <tr data-filter-locale = " {{ message . locale }} " data-filter-domain = " {{ message . domain }} " >
200
202
<td class =" font-normal text-small nowrap" >{{ message .locale }}</td >
201
203
<td class =" font-normal text-small text-bold nowrap" >{{ message .domain }}</td >
202
204
<td class =" font-normal text-small nowrap" >{{ message .count }}</td >
You can’t perform that action at this time.
0 commit comments