mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2025-06-23 18:24:32 +02:00
rework of super-server using jinja2
This commit is contained in:
6
templates/form.html
Normal file
6
templates/form.html
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user