mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-12 04:00:02 +02:00
8 lines
196 B
HTML
8 lines
196 B
HTML
{% extends "ui/panels/_base.html" %}
|
|
|
|
{% block panel_content %}
|
|
<div class="card-body">
|
|
{% include 'inc/sync_warning.html' %}
|
|
<pre>{{ value }}</pre>
|
|
</div>
|
|
{% endblock panel_content %} |