{% load hc_extras %}
{% if sort == "name" %} Name {% elif sort == "-name" %} Name {% else %} Name {% endif %} | Ping URL |
Period Grace |
{% if sort == "last_ping" %} Last Ping {% elif sort == "-last_ping" %} Last Ping {% else %} Last Ping {% endif %} | ||
---|---|---|---|---|---|
{% if check.in_grace_period %} {% else %} {% endif %} |
{{ check.name|default:"unnamed" }}
{% for tag in check.tags_list %}
{{ tag }}
{% endfor %}
|
{{ ping_endpoint }}{{ check.code }} |
{% 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 %} |