haproxy-wi/app/templates/ovw.html

10 lines
219 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<script>
if (cur_url[0] == 'overview.py') {
$('#secIntervals').css('display', 'none');
}
window.onload = showOverview()
</script>
<div id="ajax"></div>
{% endblock %}