{% from "_chrome.html" import environment_chrome, page_footer %} Dewey Anomalies {{ environment_chrome(deployment, region, show_environment_chrome|default(true)) }}
Dewey Operator Console

Anomalies

{{ profile.email }}
Read-only local records

Persisted anomaly records for this Dewey instance.

These are local operational summaries only. They are not release authority and they do not mutate backend state.

{{ anomalies|length }} records
{% for item in anomalies %} {% endfor %} {% if not anomalies %} {% endif %}
Anomaly Severity Status Source Action
{{ item.anomaly_id }}
{{ item.title }}
{{ item.severity }} {{ item.status }} {{ item.source }} Open
No anomalies recorded yet.
{{ page_footer(git_meta, build_version) }}