mirror of https://github.com/Aidaho12/haproxy-wi
10 lines
219 B
HTML
10 lines
219 B
HTML
|
{% 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 %}
|