8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-13 09:44:50 +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 %} {% bootstrap_form machineform %}
{% endif %} {% endif %}
{% if interfaceform %} {% if interfaceform %}
{% bootstrap_form_typeahead interfaceform 'ipv4,type' %} {% bootstrap_form_typeahead interfaceform 'ipv4' %}
{% endif %} {% endif %}
{% if domainform %} {% if domainform %}
{% bootstrap_form domainform %} {% bootstrap_form domainform %}