mirror of https://github.com/Aidaho12/haproxy-wi
parent
9d702d1b8f
commit
384ceef8ab
|
@ -16,6 +16,7 @@
|
||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
<div id="ajax" style="margin-left: 5px; margin-right: 5px;"></div>
|
<div id="ajax" style="margin-left: 5px; margin-right: 5px;"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.onload = showStats();
|
window.onload = showStats();
|
||||||
function sleep(ms) {
|
function sleep(ms) {
|
||||||
|
@ -44,6 +45,9 @@
|
||||||
$('h1').next().next().next().css('display', 'none');
|
$('h1').next().next().next().css('display', 'none');
|
||||||
$('h1').next().next().next().next().css('display', 'none');
|
$('h1').next().next().next().next().css('display', 'none');
|
||||||
$( "select" ).selectmenu();
|
$( "select" ).selectmenu();
|
||||||
|
{% if role == 3 %}
|
||||||
|
$('input[type=checkbox]').remove()
|
||||||
|
{% endif %}
|
||||||
await sleep(2000);
|
await sleep(2000);
|
||||||
|
|
||||||
$("form").submit(function() {
|
$("form").submit(function() {
|
||||||
|
@ -61,7 +65,9 @@
|
||||||
}
|
}
|
||||||
$('#serv').on('selectmenuchange',function() {
|
$('#serv').on('selectmenuchange',function() {
|
||||||
showStats();
|
showStats();
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<link href="/inc/style.css" rel="stylesheet">
|
<link href="/inc/style.css" rel="stylesheet">
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue