Machines

{{ rows|length }} systems in inventory

{% for row in rows %}
{{ row.machine.name }} {% if row.lock_state.is_locked %} Locked · {{ row.lock_state.lock_user }} {% else %} Available {% endif %}
Host
{{ row.machine.hostname }}
IP
{{ row.machine.ip_address or "—" }}
Last probe
{{ row.last_collected_at or "—" }}
{% endfor %}