{% extends "base.html" %} {% block title %}Replicas — pngx-controller{% endblock %} {% block content %}
| Name | URL | Status | Interval | Last Sync | Actions |
|---|---|---|---|---|---|
| {{ r.name }} | {{ r.url }} |
{% if r.suspended_at %}
suspended
{{ r.consecutive_failures }} failures {% elif not r.enabled %} disabled {% else %} enabled {% endif %} |
{% if r.sync_interval_seconds %}{{ r.sync_interval_seconds }}s{% else %}global{% endif %} | {% if r.last_sync_ts %}{{ r.last_sync_ts.strftime('%Y-%m-%d %H:%M') }} UTC{% else %}never{% endif %} | Detail {% if r.suspended_at %} {% endif %} |
No replicas configured yet.
{% endif %}The controller will test the connection before saving.
{% if env_replicas %}