{% extends "base.html" %} {% block title %}探活歷史 - ai-mcp ui{% endblock %} {% block content %}

探活歷史 (probe_runs)

{% for r in rows %} {% endfor %}
ran_atendpointmodelcapabilitystatuslatencyerror
{{ r.ran_at }} {{ r.endpoint_name }} {{ r.model_id }} {{ r.capability }} {% if r.ok %}{{ r.status }} {% else %}{{ r.status }}{% endif %} {{ r.latency_ms }}ms {{ r.error or '-' }}
{% endblock %}