{% extends "base.html" %} {% block title %}Config — nanio-orchestrator{% endblock %} {% block content %}

Config Files

{% for f in files %} {% endfor %} {% if not files %} {% endif %}
Path Status SHA256 (disk) SHA256 (DB) Last Synced Actions
{{ f.path }} {% if f.drifted %} DRIFTED {% else %} OK {% endif %} {{ (f.sha256_disk or '—')[:12] }} {{ (f.sha256_db or '—')[:12] }} {{ f.last_synced_at or '—' }} {% if f.drifted %} {% endif %}
No config files tracked yet
{% endblock %}