{%- macro smart_cell(smart) -%}
| Drive | Serial | Size | Temp | Health | Short SMART | Long SMART | Burn-In | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {%- if selectable %} {%- endif %} | {{ drive.devname }} {{ drive.model or "Unknown" }} {%- if drive.location %} {{ drive.location }} {%- else %} + location {%- endif %} | {{ drive.serial or "—" }} | {{ drive.size_bytes | format_bytes }} | {%- if drive.temperature_c is not none %} {{ drive.temperature_c }}°C {%- else %} — {%- endif %} | {{ drive.smart_health }} | {{ smart_cell(drive.smart_short) }} | {{ smart_cell(drive.smart_long) }} | {{ burnin_cell(drive.burnin) }} |
{%- if bi_active %}
{%- else %}
{%- if short_busy %}
{%- else %}
{%- endif %}
{%- if long_busy %}
{%- else %}
{%- endif %}
{%- if can_reset %}
{%- endif %}
{%- endif %}
|
| No drives found. Waiting for first poll… | |||||||||