div fixes

This commit is contained in:
Di Wu 2016-05-23 17:03:06 -07:00
parent 7f52d8c98e
commit 5f276b99e3
10 changed files with 8 additions and 33 deletions

View File

@ -40,10 +40,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</div> </div>
@ -54,4 +50,4 @@
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script> <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script> <script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endcompress %} {% endcompress %}
{% endblock %} {% endblock %}

View File

@ -77,10 +77,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</div> </div>
@ -91,4 +87,4 @@
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script> <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script> <script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endcompress %} {% endcompress %}
{% endblock %} {% endblock %}

View File

@ -77,10 +77,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</div> </div>
@ -91,4 +87,4 @@
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script> <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script> <script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endcompress %} {% endcompress %}
{% endblock %} {% endblock %}

View File

@ -67,10 +67,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</div> </div>
@ -81,4 +77,4 @@
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script> <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script> <script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endcompress %} {% endcompress %}
{% endblock %} {% endblock %}

View File

@ -90,10 +90,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</div> </div>

View File

@ -88,10 +88,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</div> </div>
@ -102,4 +98,4 @@
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script> <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script> <script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endcompress %} {% endcompress %}
{% endblock %} {% endblock %}

View File

@ -2,4 +2,4 @@
{{ check.name_then_code }} is DOWN {{ check.name_then_code }} is DOWN
{% else %} {% else %}
{{ check.name_then_code }} received a ping and is now UP {{ check.name_then_code }} received a ping and is now UP
{% endif %} {% endif %}

View File

@ -2,4 +2,4 @@
{{ check.name_then_code }} is DOWN {{ check.name_then_code }} is DOWN
{% else %} {% else %}
{{ check.name_then_code }} is now UP {{ check.name_then_code }} is now UP
{% endif %} {% endif %}

View File

@ -42,4 +42,3 @@
] ]
}] }]
} }

View File

@ -4,4 +4,4 @@
Last ping was {{ check.last_ping|naturaltime }}. Last ping was {{ check.last_ping|naturaltime }}.
{% else %} {% else %}
{{ check.name_then_code }} received a ping and is now UP {{ check.name_then_code }} received a ping and is now UP
{% endif %} {% endif %}