{% load hc_extras static %}
{% if sort == "name" %} Name {% elif sort == "-name" %} Name {% else %} Name {% endif %} | |||||
---|---|---|---|---|---|
|
{{ check.name|default:"unnamed"|break_underscore }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{% if channels|length <= 10 %}
{% spaceless %}
{% for channel in channels %}
{% endfor %}
{% endspaceless %}
{% else %}
{{ check.channel_set.all|length }} of {{ channels|length }}
{% endif %}
|
{% if check.kind == "simple" %}
{{ check.timeout|hc_duration }}
{% elif check.kind == "cron" %} {{ check.schedule }}
{% endif %}
{{ check.grace|hc_duration }}
|
{% include "front/last_ping_cell.html" with check=check %}
|
{% if rw %} {% endif %} |