{% extends "layout.html" %} {% block title %}TrueNAS Burn-In — History{% endblock %} {% block content %}
| # | Drive | Profile | State | Operator | Started | Duration | Error | |
|---|---|---|---|---|---|---|---|---|
| {{ j.id }} | {{ j.devname }} {{ j.serial }} | {{ j.profile }} | {{ j.state }} | {{ j.operator or '—' }} | {{ j.started_at | format_dt_full }} | {{ j.duration_seconds | format_duration }} | {% if j.error_text %} {{ j.error_text[:60] }}{% if j.error_text | length > 60 %}…{% endif %} {% else %}—{% endif %} | Detail |
| No burn-in jobs found. | ||||||||