Browse Source

div fixes

pull/60/head
Di Wu 9 years ago
parent
commit
5f276b99e3
10 changed files with 8 additions and 33 deletions
  1. +1
    -5
      templates/integrations/add_email.html
  2. +1
    -5
      templates/integrations/add_hipchat.html
  3. +1
    -5
      templates/integrations/add_pd.html
  4. +1
    -5
      templates/integrations/add_slack.html
  5. +0
    -4
      templates/integrations/add_victorops.html
  6. +1
    -5
      templates/integrations/add_webhook.html
  7. +1
    -1
      templates/integrations/pd_description.html
  8. +1
    -1
      templates/integrations/pushover_title.html
  9. +0
    -1
      templates/integrations/slack_message.json
  10. +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 %}

Loading…
Cancel
Save