Browse Source

Utilise bootstrap_form_typeahead seulement sur les ip

granuban
Maël Kervella 8 years ago
committed by Pierre Cadart
parent
commit
5aebc822bf
  1. 2
      machines/templates/machines/machine.html

2
machines/templates/machines/machine.html

@ -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 %}

Loading…
Cancel
Save