{% extends "base.html" %} {% block body %}
Host ID: {{ identity.host_id if identity else "" or "not enrolled" }}
Agent instance ID: {{ identity.agent_instance_id if identity else "" or "unknown" }}
Control plane: {{ config.control_plane_url }}
{{ heartbeat_text }}
{{ policy_text }}
{{ assignment_text }}
{{ progress_text }}
| MCP |
{% if mcp_endpoint %}
endpoint {{ mcp_endpoint }};
{% if mcp_busy_devices %}busy: {{ mcp_busy_devices|join(", ") }}{% else %}idle{% endif %}
{% else %}
not configured
{% endif %}
|
| ID | Name | Driver | Status |
|---|---|---|---|
| {{ device.id }} | {{ device.name or "" }} | {{ device.driver_type }} | {{ device.display_status }} |