{% extends "base.html" %} {% load staticfiles %} {% block sidebar %} {% include "sidebar.html" with active="healing" %} {% endblock %} {% block extra_css %} {% endblock %} {% block header %}
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 }} | {% if event.Error %}{{ event.Error }} | {% endif %}