Browse Source

Modifys our template

pull/143/head
Austin 7 years ago
parent
commit
7808f3a5d4
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      templates/integrations/pagertree_description.html
  2. +1
    -1
      templates/integrations/pagertree_title.html

+ 2
- 2
templates/integrations/pagertree_description.html View File

@ -1,5 +1,5 @@
{% load humanize %}
{{ check.name_then_code }} is {{ check.status }}.
{{ check.name_then_code }} is {{ check.status|upper }}.
{% if check.status == "down" %}
Last ping was {{ check.last_ping|naturaltime }}
Last ping was {{ check.last_ping|naturaltime }}.
{% endif %}

+ 1
- 1
templates/integrations/pagertree_title.html View File

@ -1 +1 @@
{{ check.name_then_code }} is {{ check.status }}
{{ check.name_then_code }} is {{ check.status|upper }}

Loading…
Cancel
Save