mirror of https://github.com/Aidaho12/haproxy-wi
parent
3a38b6d97b
commit
449820b49b
|
@ -1,6 +1,4 @@
|
||||||
{% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
|
{% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
|
||||||
{% if user_status == 0 or user_plan == 'user' %}
|
|
||||||
{% endif %}
|
|
||||||
{% if not adding %}
|
{% if not adding %}
|
||||||
<table class="overview" id="ajax-servers">
|
<table class="overview" id="ajax-servers">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -189,6 +187,7 @@
|
||||||
or read HowTo in this <a href="https://roxy-wi.org/howto.py?howto=setup" title="How to setup servers, group and SSH credentials" target="_blank">article</a>
|
or read HowTo in this <a href="https://roxy-wi.org/howto.py?howto=setup" title="How to setup servers, group and SSH credentials" target="_blank">article</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if user_status == 0 or user_plan == 'user' %}
|
||||||
<script>
|
<script>
|
||||||
$( function() {
|
$( function() {
|
||||||
$('select:regex(id, slavefor)').selectmenu();
|
$('select:regex(id, slavefor)').selectmenu();
|
||||||
|
@ -200,3 +199,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue