{% extends "base.html" %} {% block title %}Configs — Netcanon{% endblock %} {% block content %}
| Filename | Device Type | Host | Captured | Size | Actions |
|---|---|---|---|---|---|
| {{ cfg.filename }} | {{ cfg.device_type }} | {{ cfg.host }} | {{ cfg.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} | {{ cfg.size_bytes | filesizeformat }} | {% if open_in_editor %} {% endif %} |
No configuration files stored yet. Run a backup from the Dashboard to capture your first config.
{% endif %}