{% extends "base.html" %} {% block title %}Dashboard — nanio-orchestrator{% endblock %} {% block content %}
{% if last_reload.nginx_reload_ok %} OK {% else %} FAILED {% endif %} at {{ last_reload.created_at }}
{% if last_reload.nginx_reload_output %}{{ last_reload.nginx_reload_output }}
{% endif %}
| ID | Bucket | Phase | Progress | Actions |
|---|---|---|---|---|
| #{{ m.id }} | {{ m.bucket }} |
{{ m.phase }} | {{ m.bytes_done|filesizeformat if m.bytes_done else '—' }} | {% if m.phase not in ('done', 'error', 'cancelled') %} {% endif %} |
| Path | Status | Last Synced |
|---|---|---|
{{ cf.path }} |
{% if cf.sha256_disk and cf.sha256_db and cf.sha256_disk != cf.sha256_db %} DRIFTED {% else %} OK {% endif %} | {{ cf.last_synced_at or '—' }} |
| No config files tracked yet | ||
| Time | Action | Entity | Nginx |
|---|---|---|---|
| {{ a.created_at }} | {{ a.action }} |
{{ a.entity_type }} {% if a.entity_id %}#{{ a.entity_id }}{% endif %} | {% if a.nginx_reload_ok is not none %} {% if a.nginx_reload_ok %}OK{% else %}FAIL{% endif %} {% else %}—{% endif %} |
| No activity yet | |||