{% extends "base.html" %} {% block title %}Live Activity - Supavision{% endblock %} {% block content %}
Active Jobs shows currently running checks. Log Stream shows real-time output from all jobs.
| Type | Resource | Status | Elapsed |
|---|---|---|---|
| {{ item.type }} | {{ item.resource }} | {{ item.status }} | {{ item.elapsed or '—' }} |
No active jobs. Run a health check from a resource page to see live output here.