{{ machine_count }}

Machines

{{ discovered_count }}

Unassigned (discovered)

{{ image_count }}

Images

{# PXE proxy-DHCP state tile. Three flavours via icon + colour: - active + NIC present : green check, interface + subnet shown - active + NIC gone : yellow warning, NIC name + nudge to fix - inactive : grey hyphen, "inactive" label Page-reload refresh (not SSE-pushed) since the bus only fires on machine + image mutations. #}
{% if pxe and pxe_iface_present %}

PXE active

{{ pxe.interface }} ({{ pxe.subnet }})

{% elif pxe %}

PXE: NIC gone

bound to {{ pxe.interface }}, not present

{% else %}

PXE inactive

no proxy-DHCP

{% endif %}