Collector: print query data as json instead of yaml

This commit is contained in:
Karel Souffriau 2013-04-05 13:17:00 +02:00
parent 55920a3397
commit 4f5be038ef

View file

@ -46,7 +46,7 @@
<strong>Path</strong>: {{ query.path }}<br />
<strong>Method</strong>: {{ query.method }}
<div>
<code>{{ query.data|yaml_encode }}</code>
<code>{{ query.data|json_encode }}</code>
</div>
<small>
<strong>Time</strong>: {{ '%0.2f'|format(query.executionMS * 1000) }} ms