You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haproxy-wi/app/templates/ajax/show_new_smon.html

5 lines
184 B

{% from 'include/input_macros.html' import input, checkbox %}
{% for s in smon %}
<tr class="newserver" id="smon-{{s.0}}">
{% include 'include/smon_server.html' %}
{% endfor %}