{% extends "base.html" %} {% block title %}Dashboard - whirr{% endblock %} {% block queue_badge %} {% if stats.queued > 0 %} {{ stats.queued }} {% endif %} {% endblock %} {% block content %}
{% include "partials/stats.html" %}

Workers

{{ stats.workers_online }}/{{ stats.workers_total }}
{% include "partials/workers.html" %}

Active Jobs

all →
{% include "partials/jobs.html" %}

Recent Runs

all →
{% include "partials/recent_runs.html" %}
{% endblock %}