{% extends "base.html" %} {% block title %}Sessions - Supavision{% endblock %} {% block content %}
| Resource | Type | Status | Started | Duration | Tokens | |
|---|---|---|---|---|---|---|
| {{ row.resource_name }} | {{ row.run_type | replace('_', ' ') }} | {{ row.status }} | {{ row.started_at }} | {{ row.duration or "—" }} | {{ "{:,}".format(row.tokens) if row.tokens else "—" }} | {% if row.status == "running" %} Watch {% else %} View {% endif %} |
Runs appear here after you run health checks or discoveries on your resources.
View Resources