Charts

load chart

timeline chart


Submit a job

{% csrf_token %}

Jobs

{% if not jobs %}

There are no known jobs.

{% else %} {% for job in jobs %} {% endfor %}
Type Status Date
{{ job.type }} {{ job.status }} {{ job.created_at }}
{% endif %}