{% extends "base.html" %} {% block title %}Overview - FailCore{% endblock %} {% block content %}
{{ stats.total_runs }}
{{ stats.traces_available }}
| Run ID | Command | Date | Trace | Actions |
|---|---|---|---|---|
{{ run.name.split('_')[0] }} |
{{ run.name.split('_')[2] if run.name.split('_')|length == 3 else 'unknown' }} | {{ run.date }} | {% if run.has_trace %} ✓ {% else %} ✗ {% endif %} | {% if run.has_trace %} View Trace {% endif %} |
No runs found. Run failcore sample to create your first execution.