{% extends "base.html" %} {% block title %}AreaFix Log — {{ config.BBS_NAME }}{% endblock %} {% block content %}
Audit trail of AreaFix subscription/unsubscription requests — both inbound (other nodes asking us to add areas) and outbound (us asking a hub to add areas).
| Time | Network | From | Type | Tags | Result | Response |
|---|---|---|---|---|---|---|
| {{ row.created_at.strftime('%Y-%m-%d %H:%M') if row.created_at else '' }} | {{ networks[row.network_id].name if row.network_id in networks else '?' }} | {{ row.from_address or '' }} |
{{ row.request_type }} | {{ row.area_tags or '' }} |
{% if row.success %} OK {% else %} FAIL {% endif %} | {{ (row.response or '')[:300] }} |