{% extends "base.html" %}
{% block content %}
event_horizon (monitoring since): {{meta.event_horizon}} |
|
|
|
|
|
expiration ages: |
{% for age in meta.expiration_ages %}
{{age}} = {{meta.expiration_ages[age]}} |
{% endfor %}
switches: |
{% for switch in meta.switches %}
{{switch}} = {{meta.switches[switch]}} | |
{% endfor %}
|
containers ({{meta.container_count}})
{{ containers_html|safe }}
images ({{meta.image_count}})
{{ images_html|safe }}
messages ({{messages|length}})
{% for msg in messages %}
{{msg[0]}} | {{msg[1]}} | {{msg[2]|safe}} |
{% endfor %}
{% endblock %}