{% extends "base.html" %} {% block title %}Configs — Netcanon{% endblock %} {% block content %}

Stored Configurations

{% if configs %} {% for cfg in configs %} {% endfor %}
FilenameDevice TypeHost CapturedSizeActions
{{ 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 %}
{% else %}

No configuration files stored yet. Run a backup from the Dashboard to capture your first config.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}