Tweak preformatted block styling

This commit is contained in:
jeremystretch
2021-10-28 10:46:00 -04:00
parent 15e011ae52
commit aa9e68e121
10 changed files with 20 additions and 13 deletions

View File

@@ -64,7 +64,7 @@
NAPALM Arguments
</h5>
<div class="card-body">
<pre>{{ object.napalm_args }}</pre>
<pre>{{ object.napalm_args|render_json }}</pre>
</div>
</div>
{% include 'inc/panels/custom_fields.html' %}