{% extends "base.html" %} {% block title %}Buckets — nanio-orchestrator{% endblock %} {% block content %}
| Bucket | Status | Pool | Discovered | Actions |
|---|---|---|---|---|
{{ b.bucket }} |
{% if b.status == 'unrouted' %}unrouted {% elif b.status == 'routed' %}routed {% elif b.status == 'migrating' %}migrating {% elif b.status == 'ignored' %}ignored {% elif b.status == 'deleted' %}deleted {% else %}{{ b.status }}{% endif %} | {{ b.pool_name or '—' }} | {{ b.discovered_at or '—' }} | {% if b.status in ('unrouted', 'ignored') %} {% endif %} {% if b.status == 'unrouted' %} {% endif %} {% if b.status == 'deleted' and b.routed_pool_id %} {% endif %} |
| No buckets synced yet — click Sync | ||||
No vhosts with a nanio default pool configured.
Click "Load routes" to see existing routes and available buckets.