1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Applied JSON rederer to ConfigContext data

This commit is contained in:
Jeremy Stretch
2018-06-28 14:05:57 -04:00
parent 62989ecb6e
commit 65dd7a5938

View File

@ -146,7 +146,7 @@
<strong>Data</strong>
</div>
<div class="panel-body">
<pre>{{ configcontext.data }}</pre>
<pre>{{ configcontext.data|render_json }}</pre>
</div>
</div>
</div>