{% set status_colors = { "active": "bg-emerald-50 text-emerald-700 ring-emerald-600/20", "maintenance": "bg-amber-50 text-amber-700 ring-amber-600/20", "disabled": "bg-red-50 text-red-700 ring-red-600/20", "env_gated": "bg-blue-50 text-blue-700 ring-blue-600/20", "deprecated": "bg-slate-100 text-slate-500 ring-slate-400/20" } %} {{ entry.timestamp.strftime("%Y-%m-%d") }} · {{ entry.timestamp.strftime("%H:%M:%S") }} {{ entry.path }} {{ entry.action }}
{{ entry.actor }}
{% if entry.platform == "cli" %} cli {% elif entry.platform == "dashboard" %} dashboard {% else %} {{ entry.platform }} {% endif %}
{{ entry.previous_status }} {{ entry.new_status }}
{{ entry.reason or "—" }}