This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Modifys our template
pull/143/head
Austin
7 years ago
parent
abe7076a73
commit
7808f3a5d4
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/integrations/pagertree_description.html
+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
}}
Write
Preview
Loading…
Cancel
Save