{% extends "ui/_layout.html" %} {% block title %}{{ m.mac }} - bty-web{% endblock %} {% block subnav %} {# In-page jump links to this machine's cards, separated by vertical rules. The Inventory link only shows once the box has reported. #} {% endblock %} {% block content %}
{{ m.mac }}{% if m.hostname %}
{{ m.hostname }}{% endif %}
{{ m.last_seen_ip }}{% endif %}{{ nic.mac }}{% endif %}
{% if nic.name %} {{ nic.name }}{% endif %}
{% if nic.product %} - {{ nic.product }}{% endif %}
{% if is_identifying %} this machine{% endif %}
{{ d.path }}
{% if d.size %} {{ d.size }}{% endif %}
{% if d.model %} {{ d.model }}{% endif %}
{% if d.serial %} serial {{ d.serial }}{% endif %}
{%- if d.tran %} ({{ d.tran }}){% endif %}{% if d.removable %} [removable]{% endif %}
lshw -json{% endif %}{% if m.hw_lshw and m.known_disks %};
{% endif %}{% if m.known_disks %}drives via lsblk{% endif %},
reported {{ (m.hw_lshw_at or m.known_disks_at) | fmt_ts if (m.hw_lshw_at or m.known_disks_at) else "-" }}
on the box's last live-env boot. Full trees in the downloads above.