Skip to content

Commit 070c08d

Browse files
AntoineLemaireNyholm
authored andcommitted
Add query Locale to profiler (#181)
* Add Query Locale to profiler * Remove locale from toolbar
1 parent a828041 commit 070c08d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Resources/views/Collector/geocoder.html.twig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<tr>
7474
<th style="min-width: 2rem;"></th>
7575
<th style="width: 40%">Query</th>
76+
<th style="min-width: 3rem;">Locale</th>
7677
<th style="width: 60%">Result</th>
7778
<th style="min-width: 4rem;">Duration</th>
7879
</tr>
@@ -88,6 +89,11 @@
8889
{{ query.queryString }}
8990
</span>
9091
</td>
92+
<td class="font-normal">
93+
<span class="dump-inline">
94+
{{ query.query.locale is not null ? query.query.locale : 'null' }}
95+
</span>
96+
</td>
9197
<td class="font-normal">
9298
<span class="dump-inline">
9399
{% if query.result.message is defined %}

0 commit comments

Comments
 (0)