mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Applied JSON rederer to ConfigContext data
This commit is contained in:
parent
62989ecb6e
commit
65dd7a5938
@ -146,7 +146,7 @@
|
|||||||
<strong>Data</strong>
|
<strong>Data</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<pre>{{ configcontext.data }}</pre>
|
<pre>{{ configcontext.data|render_json }}</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user