pull/56/head
Aidaho12 2018-10-02 11:07:07 +06:00
parent 082467ce50
commit 2772cd24f4
3 changed files with 39 additions and 33 deletions

View File

@ -240,6 +240,7 @@
</select>
</td>
<td>
<div class="controlgroup">
<select id="credentials-{{server.0}}">
<option disabled selected>Choose credentials</option>
{% for ssh in sshs %}
@ -250,7 +251,8 @@
{% endif %}
{% endfor %}
</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>
{% if server.11 != "None" %}

View File

@ -66,6 +66,7 @@
</select>
</td>
<td>
<div class="controlgroup">
<select id="credentials-{{server.0}}">
<option value="0" selected>Choose credentials</option>
{% for ssh in sshs %}
@ -76,7 +77,8 @@
{% endif %}
{% endfor %}
</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>
{% if server.11 != "None" %}

View File

@ -165,6 +165,7 @@
</select>
</td>
<td>
<div class="controlgroup">
<select id="credentials-{{server.0}}">
<option disabled selected>Choose credentials</option>
{% for ssh in sshs %}
@ -175,7 +176,8 @@
{% endif %}
{% endfor %}
</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>
{% if server.11 != "None" %}