{% extends 'generic/_base.html' %} {% load form_helpers %} {% block title %}Confirm Configuration Push{% endblock %} {% block content %}
Confirm Configuration Push
Push Configuration to Panorama

Panorama ConfigPump will take config and commit locks, upload the rendered XML, perform a partial load for the defined configuration paths, and commit the changes. The job status is tracked automatically.

{% if is_connection_push %}

You are about to push configurations for all devices in connection:

Connection:
Devices:
{% if devices %} {% else %} No devices found {% endif %}
{% else %}

You are about to push the configuration for:

Device:
Connection:
{% if object.last_push %}
Last Push:
{{ object.last_push|date:"M d, Y H:i" }}
{% endif %}
{% endif %}
{% csrf_token %} {% render_form form %}
Cancel
{% endblock %}