mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 13:22:24 -06: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