zabbix-super-vision/templates/form.html

6 lines
233 B
HTML

<div class='col'><select class='form-control' name='team'>
<option value='all'>All teams</option>
{% for hostgroup in hostgroups %}
<option value="{{ hostgroup }}">{{ hostgroup }}</option>
{% endfor %}
</select></div>