8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 05:04:06 +00:00

Utilise bootstrap_form_typeahead seulement sur les ip

This commit is contained in:
Maël Kervella 2017-10-05 23:44:52 +00:00 committed by Pierre Cadart
parent 58c04bb2db
commit 5aebc822bf

View file

@ -45,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% bootstrap_form machineform %}
{% endif %}
{% if interfaceform %}
{% bootstrap_form_typeahead interfaceform 'ipv4,type' %}
{% bootstrap_form_typeahead interfaceform 'ipv4' %}
{% endif %}
{% if domainform %}
{% bootstrap_form domainform %}