forked from GithubBackups/healthchecks
div fixes
This commit is contained in:
parent
7f52d8c98e
commit
5f276b99e3
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
@ -90,10 +90,6 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -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 %}
|
||||
|
@ -2,4 +2,4 @@
|
||||
{{ check.name_then_code }} is DOWN
|
||||
{% else %}
|
||||
{{ check.name_then_code }} received a ping and is now UP
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -2,4 +2,4 @@
|
||||
{{ check.name_then_code }} is DOWN
|
||||
{% else %}
|
||||
{{ check.name_then_code }} is now UP
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
@ -42,4 +42,3 @@
|
||||
]
|
||||
}]
|
||||
}
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user