{% extends "base.html" %} {% block body %}

Status

Enrollment

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

{{ heartbeat_text }}

Cloud policy

{{ policy_text }}

Current assignment

{{ assignment_text }}

{{ progress_text }}

MCP

MCP {% if mcp_endpoint %} endpoint {{ mcp_endpoint }}; {% if mcp_busy_devices %}busy: {{ mcp_busy_devices|join(", ") }}{% else %}idle{% endif %} {% else %} not configured {% endif %}

Devices

{% for device in devices %}{% endfor %}
IDNameDriverStatus
{{ device.id }}{{ device.name or "" }}{{ device.driver_type }}{{ device.display_status }}
{% raw %}{% endraw %} {% endblock %}