mirror of https://github.com/Aidaho12/haproxy-wi
5 lines
167 B
HTML
5 lines
167 B
HTML
![]() |
<option value="------" disabled selected>-------</option>
|
||
|
{% for server in free_servers %}
|
||
|
<option value="{{server.ip}}">{{server.hostname}}</option>
|
||
|
{% endfor %}
|