{% extends "base.html" %} {% from '_glossary.html' import run_type_label %} {% block title %}Reports - Supavision{% endblock %} {% block content %}
| Resource | Type | Date | Preview | |
|---|---|---|---|---|
| {{ item.resource_name }} | {% if item.run_type == 'discovery' %} Discovery {% elif item.run_type == 'health_check' %} Health Check {% else %} {{ run_type_label(item.run_type) }} {% endif %} | {{ item.created_at }} | {{ item.preview | truncate(120) if item.preview else '—' }} | View |
Reports are generated when you run discovery or health checks on your resources.