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

Misc cleanup for config contexts

This commit is contained in:
Jeremy Stretch
2018-07-10 16:16:23 -04:00
parent 43ed38a6e9
commit 484a74defd
3 changed files with 23 additions and 1 deletions

View File

@@ -31,6 +31,10 @@
{% endif %}
<pre>{{ context.data|render_json }}</pre>
</div>
{% empty %}
<div class="panel-body">
<span class="text-muted">None found</span>
</div>
{% endfor %}
</div>
</div>