|
|
|
@ -47,12 +47,15 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<form class="form" method="post"> |
|
|
|
{% csrf_token %} |
|
|
|
{% if topoform %} |
|
|
|
<h3>Réglage spécifiques du switch</h3> |
|
|
|
{% massive_bootstrap_form topoform 'switch_interface' %} |
|
|
|
{% endif %} |
|
|
|
{% if machineform %} |
|
|
|
<h3>Réglages généraux de la machine associée au switch</h3> |
|
|
|
{% massive_bootstrap_form machineform 'user' %} |
|
|
|
{% endif %} |
|
|
|
{% if interfaceform %} |
|
|
|
<h3>Réglages généraux de l'interface associée au switch</h3> |
|
|
|
{% if i_mbf_param %} |
|
|
|
{% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %} |
|
|
|
{% else %} |
|
|
|
@ -60,6 +63,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% if domainform %} |
|
|
|
<h3>Nom de la machine</h3> |
|
|
|
{% bootstrap_form domainform %} |
|
|
|
{% endif %} |
|
|
|
{% bootstrap_button "Créer ou modifier" button_type="submit" icon="ok" %} |
|
|
|
|