{% extends "ci/base.html" %} {% load staticfiles %} {% load bootstrap %} {% block pagetitle %}Schedule Failures{% endblock %} {% block content %}
ID | Task ID | Schedule | Created | Reason |
---|---|---|---|---|
{{ failure.id }} | {{ failure.task_id|truncatechars:12 }} | {{ failure.schedule_id|truncatechars:12 }} | {{ failure.initiated_at|get_date|date:"D d M Y H:i" }} | {{ failure.reason }} |