{% extends "base.html" %} {% load staticfiles %} {% block sidebar %} {% include "sidebar.html" with active="healing" %} {% endblock %} {% block extra_css %} {% endblock %} {% block header %}

Admin/Healing

{% endblock %} {% block content %}
{% for event in events %} {% if event.Error %} {% endif %} {% endfor %}
App Failing Created Start Finish
{{ event.App }} {% if event.FailingNode.Address %}{{ event.FailingNode.Address }}{% else %}{{ event.FailingContainer.ID }}{% endif %} {% if event.CreatedNode.Address %}{{ event.CreatedNode.Address }}{% else %}{{ event.CreatedContainer.ID }}{% endif %} {{ event.StartTime }} {{ event.EndTime }} {{ event.Error }}
{% endblock %} {% block extra_js %} {% endblock %}