{% extends 'generic/object.html' %} {% load tabs %} {% load static %} {% load helpers %} {% block title %}{{ device }} - Panorama Config Diff{% endblock %} {% block content %}
Configuration Differences
{% include 'netbox_panorama_configpump_plugin/theme_dropdown.html' %} {% include 'netbox_panorama_configpump_plugin/view_toggle_button.html' %} {% include 'netbox_panorama_configpump_plugin/format_toggle_button.html' %}
{% if not rendered_configuration_valid %}
Rendered configuration in NetBox contains invalid XML
{% endif %} {% if not panorama_configuration_valid %}
Pulled configuration from Panorama contains invalid XML
{% endif %}
Pulled configuration from Panorama
Rendered configuration in NetBox
{% endblock %}