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:
@ -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>
|
||||
|
Reference in New Issue
Block a user