{% extends 'generic/object.html' %} {% block content %}

PDU Config: last two saved snapshots

{% if diff_rows %}
{% for row in diff_rows %} {% endfor %}
Previous Current
{{ row.left_num|default:"" }} {{ row.left_text }} {{ row.right_num|default:"" }} {{ row.right_text }}
{% else %}

Not enough config backup history yet — need at least two saved snapshots. Use the Save Config button on the Managed PDU page.

{% endif %}
{% endblock %}