From 7808f3a5d49948aa1104e5eb0863fc25f1762aa1 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 14 Dec 2017 15:28:23 -0800 Subject: [PATCH] Modifys our template --- templates/integrations/pagertree_description.html | 4 ++-- templates/integrations/pagertree_title.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/integrations/pagertree_description.html b/templates/integrations/pagertree_description.html index 11718355..22c9e800 100644 --- a/templates/integrations/pagertree_description.html +++ b/templates/integrations/pagertree_description.html @@ -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 %} diff --git a/templates/integrations/pagertree_title.html b/templates/integrations/pagertree_title.html index b537551e..29274284 100644 --- a/templates/integrations/pagertree_title.html +++ b/templates/integrations/pagertree_title.html @@ -1 +1 @@ -{{ check.name_then_code }} is {{ check.status }} +{{ check.name_then_code }} is {{ check.status|upper }}