{% extends "base.html" %} {% block title %}Federation – MoE Admin{% endblock %} {% block flash %}
{% endblock %} {% block content %}| Domain | Mode | Min Conf. | Verified | |
|---|---|---|---|---|
{{ p.domain }} |
||||
| No domain policies configured. Click + to add one. | ||||
| ID | Domain | Triples | Entities | Status | Created | Sent | Error |
|---|---|---|---|---|---|---|---|
{{ entry.id[:8] }} |
{{ entry.domain }} |
{{ entry.triple_count }} | {{ entry.entity_count }} | {% if entry.status == 'pending' %}pending {% elif entry.status == 'sent' %}sent {% elif entry.status == 'failed' %}failed {% else %}{{ entry.status }}{% endif %} | {{ entry.created_at[:16] if entry.created_at else '' }} | {{ entry.sent_at[:16] if entry.sent_at else '—' }} | {{ entry.error[:50] if entry.error else '' }} |
| No outbox entries. | |||||||