{% extends "layout/base.html" %} {% block content %}

Run Checks workflow

The Run Checks page is used for daily operational triage. It lists job runs that need attention so they can be reviewed, documented, and cleared from the active overview.

The primary goal is to keep this page as empty as possible. An empty Run Checks page indicates that backups are being actively monitored and handled.

By consistently reviewing runs and documenting follow-up where needed, the Run Checks page provides both operational focus and auditable proof that backups are being checked.

Run Checks

{% if is_admin %} {% endif %}
{% if is_admin and include_reviewed %} {% endif %} Reset
{% if rows %} {% for r in rows %} {% endfor %} {% else %} {% endif %}
Customer Backup Type Job Indicators Action
{{ r.customer_name }} {{ r.backup_software }} {{ r.backup_type }} {{ r.job_name }} {% if r.status_indicators %} {% for si in r.status_indicators %} {% if si.dot %}{% endif %} {{ si.count }} {% endfor %} {% endif %} {% if r.has_active_ticket or r.has_active_remark %} {% if r.has_active_ticket %}đŸŽĢ{% endif %} {% if r.has_active_remark %}đŸ’Ŧ{% endif %} {% endif %} Job page
No runs to check.
{# Smart Override follow-up dialog (Phase 1) #} {% endblock %}