{% extends "base.html" %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {{ super() }}

Dashboard

Zoomed tables: most recent records

{% for table_name, last_update, error_status in zoom_level_to_last_date %} {% if loop.index % 4 == 1 %} {% endif %} {% if loop.index % 4 == 0 %} {% endif %} {% endfor %}
{{ table_name }}
{{ last_update }}

Records/Hosts per minute

Hosts per day

Sandbox schedulers health

{% endblock %}