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
div fixes
pull/60/head
Di Wu
9 years ago
parent
7f52d8c98e
commit
5f276b99e3
10 changed files
with
8 additions
and
33 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
templates/integrations/add_email.html
+1
-5
templates/integrations/add_hipchat.html
+1
-5
templates/integrations/add_pd.html
+1
-5
templates/integrations/add_slack.html
+0
-4
templates/integrations/add_victorops.html
+1
-5
templates/integrations/add_webhook.html
+1
-1
templates/integrations/pd_description.html
+1
-1
templates/integrations/pushover_title.html
+0
-1
templates/integrations/slack_message.json
+1
-1
templates/integrations/victorops_description.html
+ 1
- 5
templates/integrations/add_email.html
View File
@ -40,10 +40,6 @@
<
/
div
>
<
/
form
>
<
/
div
>
<
/
div
>
<
/
div
>
@ -54,4 +50,4 @@
<
script
src
=
"{% static 'js/jquery-2.1.4.min.js' %}"
>
<
/
script
>
<
script
src
=
"{% static 'js/bootstrap.min.js' %}"
>
<
/
script
>
{% endcompress %}
{% endblock %}
{% endblock %}
+ 1
- 5
templates/integrations/add_hipchat.html
View File
@ -77,10 +77,6 @@
<
/
div
>
<
/
form
>
<
/
div
>
<
/
div
>
<
/
div
>
@ -91,4 +87,4 @@
<
script
src
=
"{% static 'js/jquery-2.1.4.min.js' %}"
>
<
/
script
>
<
script
src
=
"{% static 'js/bootstrap.min.js' %}"
>
<
/
script
>
{% endcompress %}
{% endblock %}
{% endblock %}
+ 1
- 5
templates/integrations/add_pd.html
View File
@ -77,10 +77,6 @@
<
/
div
>
<
/
form
>
<
/
div
>
<
/
div
>
<
/
div
>
@ -91,4 +87,4 @@
<
script
src
=
"{% static 'js/jquery-2.1.4.min.js' %}"
>
<
/
script
>
<
script
src
=
"{% static 'js/bootstrap.min.js' %}"
>
<
/
script
>
{% endcompress %}
{% endblock %}
{% endblock %}
+ 1
- 5
templates/integrations/add_slack.html
View File
@ -67,10 +67,6 @@
<
/
div
>
<
/
form
>
<
/
div
>
<
/
div
>
<
/
div
>
@ -81,4 +77,4 @@
<
script
src
=
"{% static 'js/jquery-2.1.4.min.js' %}"
>
<
/
script
>
<
script
src
=
"{% static 'js/bootstrap.min.js' %}"
>
<
/
script
>
{% endcompress %}
{% endblock %}
{% endblock %}
+ 0
- 4
templates/integrations/add_victorops.html
View File
@ -90,10 +90,6 @@
<
/
div
>
<
/
form
>
<
/
div
>
<
/
div
>
<
/
div
>
+ 1
- 5
templates/integrations/add_webhook.html
View File
@ -88,10 +88,6 @@
<
/
div
>
<
/
form
>
<
/
div
>
<
/
div
>
<
/
div
>
@ -102,4 +98,4 @@
<
script
src
=
"{% static 'js/jquery-2.1.4.min.js' %}"
>
<
/
script
>
<
script
src
=
"{% static 'js/bootstrap.min.js' %}"
>
<
/
script
>
{% endcompress %}
{% endblock %}
{% endblock %}
+ 1
- 1
templates/integrations/pd_description.html
View File
@ -2,4 +2,4 @@
{{ check.name_then_code }} is DOWN
{% else %}
{{ check.name_then_code }} received a ping and is now UP
{% endif %}
{% endif %}
+ 1
- 1
templates/integrations/pushover_title.html
View File
@ -2,4 +2,4 @@
{{ check.name_then_code }} is DOWN
{% else %}
{{ check.name_then_code }} is now UP
{% endif %}
{% endif %}
+ 0
- 1
templates/integrations/slack_message.json
View File
@ -42,4 +42,3 @@
]
}
]
}
+ 1
- 1
templates/integrations/victorops_description.html
View File
@ -4,4 +4,4 @@
Last ping was {{ check.last_ping|naturaltime }}.
{% else %}
{{ check.name_then_code }} received a ping and is now UP
{% endif %}
{% endif %}
Write
Preview
Loading…
Cancel
Save