{% extends "base.html" %} {% block title %}Pools — nanio-orchestrator{% endblock %} {% block content %}
{{ pool.description }}
{% endif %}| Address | Role | Weight | Max Fails | Fail Timeout | Status | Actions |
|---|---|---|---|---|---|---|
{{ m.address }} |
{{ m.role }} | {{ m.weight }} | {{ m.max_fails }} | {{ m.fail_timeout_s }}s | {% if m.enabled %}enabled{% else %}disabled{% endif %} | |
| No members yet | ||||||
No pools configured yet. Create your first upstream pool to get started.