{% extends "base.html" %} {% block title %}Change History - {{ device.name }} - Network Management{% endblock %} {% block content %}
{{ device.name }} - All configuration changes
| Detected | Type | Changes | Severity | Actions |
|---|---|---|---|---|
| {{ change.detected_at[:19] }} | {{ change.capture_type }} | +{{ change.lines_added }} / -{{ change.lines_removed }} | {{ change.severity }} | View Diff |
No configuration changes detected for this device