{% extends "base.html" %} {% block title %}探活歷史 - ai-mcp ui{% endblock %} {% block content %}
| ran_at | endpoint | model | capability | status | latency | error |
|---|---|---|---|---|---|---|
| {{ 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 '-' }} |