{% extends "base.html" %} {% import "macros/ui.html" as m %} {% block title %}Dashboard{% endblock %} {% block nav_dashboard %}btn-active{% endblock %} {% block content %}
| Tool | Status | Duration | When |
|---|---|---|---|
| {{ r.tool }} | {{ m::outcome_badge(record=r) }} | {{ m::duration(ms=r.duration_ms) }} | {{ r.invoked_at }} |
No invocations yet.
{% endif %}