{% extends "base.html" %} {% block title %}Pools — nanio-orchestrator{% endblock %} {% block content %}
{{ pool.description }}
{% endif %} {% if pool.type == 'http' and pool.source_nanio_pool_id %}↳ backed by: {% for np in nanio_pools %}{% if np.id == pool.source_nanio_pool_id %}{{ np.name }}{% endif %}{% endfor %}
{% 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.