We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a828041 commit 070c08dCopy full SHA for 070c08d
Resources/views/Collector/geocoder.html.twig
@@ -73,6 +73,7 @@
73
<tr>
74
<th style="min-width: 2rem;"></th>
75
<th style="width: 40%">Query</th>
76
+ <th style="min-width: 3rem;">Locale</th>
77
<th style="width: 60%">Result</th>
78
<th style="min-width: 4rem;">Duration</th>
79
</tr>
@@ -88,6 +89,11 @@
88
89
{{ query.queryString }}
90
</span>
91
</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>
97
<td class="font-normal">
98
<span class="dump-inline">
99
{% if query.result.message is defined %}
0 commit comments