pull/56/head
Aidaho12 2018-09-28 16:45:49 +06:00
parent 2ea6fecacc
commit ef10f8829f
1 changed files with 0 additions and 2 deletions

View File

@ -90,13 +90,11 @@
<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 %}
{% if ssh.5|string() == group %}
{% if ssh.0 == server.7 %} {% if ssh.0 == server.7 %}
<option value="{{ssh.0}}" selected>{{ssh.1}}</option> <option value="{{ssh.0}}" selected>{{ssh.1}}</option>
{% else %} {% else %}
<option value="{{ssh.0}}">{{ssh.1}}</option> <option value="{{ssh.0}}">{{ssh.1}}</option>
{% endif %} {% endif %}
{% endif %}
{% endfor %} {% endfor %}
</select> </select>
</td> </td>