mirror of https://github.com/Aidaho12/haproxy-wi
v3.2.11
parent
082467ce50
commit
2772cd24f4
|
@ -240,6 +240,7 @@
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
<div class="controlgroup">
|
||||||
<select id="credentials-{{server.0}}">
|
<select id="credentials-{{server.0}}">
|
||||||
<option disabled selected>Choose credentials</option>
|
<option disabled selected>Choose credentials</option>
|
||||||
{% for ssh in sshs %}
|
{% for ssh in sshs %}
|
||||||
|
@ -250,7 +251,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<button onclick="checkSshConnect('{{server.2}}')">Check SSH</button>
|
<button onclick="checkSshConnect('{{server.2}}')" title="Check SSH connect to the server {{server.1}}">check</button>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if server.11 != "None" %}
|
{% if server.11 != "None" %}
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
<div class="controlgroup">
|
||||||
<select id="credentials-{{server.0}}">
|
<select id="credentials-{{server.0}}">
|
||||||
<option value="0" selected>Choose credentials</option>
|
<option value="0" selected>Choose credentials</option>
|
||||||
{% for ssh in sshs %}
|
{% for ssh in sshs %}
|
||||||
|
@ -76,7 +77,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<button onclick="checkSshConnect('{{server.2}}')">Check SSH</button>
|
<button onclick="checkSshConnect('{{server.2}}')" title="Check SSH connect to the server {{server.1}}">check</button>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if server.11 != "None" %}
|
{% if server.11 != "None" %}
|
||||||
|
|
|
@ -165,6 +165,7 @@
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
<div class="controlgroup">
|
||||||
<select id="credentials-{{server.0}}">
|
<select id="credentials-{{server.0}}">
|
||||||
<option disabled selected>Choose credentials</option>
|
<option disabled selected>Choose credentials</option>
|
||||||
{% for ssh in sshs %}
|
{% for ssh in sshs %}
|
||||||
|
@ -175,7 +176,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<button onclick="checkSshConnect('{{server.2}}')">Check SSH</button>
|
<button onclick="checkSshConnect('{{server.2}}')" title="Check SSH connect to the server {{server.1}}">check</button>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if server.11 != "None" %}
|
{% if server.11 != "None" %}
|
||||||
|
|
Loading…
Reference in New Issue