Merge pull request #267 from XWB/collector-update

Collector: print query data as json instead of yaml
This commit is contained in:
Jeremy Mikola 2013-04-10 12:39:04 -07:00
commit c24a647a43

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