|
|
@ -95,9 +95,9 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
{% if interfaceform %} |
|
|
{% if interfaceform %} |
|
|
<h3>{% trans "Interface" %}</h3> |
|
|
<h3>{% trans "Interface" %}</h3> |
|
|
{% if i_mbf_param %} |
|
|
{% if i_mbf_param %} |
|
|
{% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %} |
|
|
{% massive_bootstrap_form interfaceform 'ipv4,machine,port_lists' mbf_param=i_mbf_param %} |
|
|
{% else %} |
|
|
{% else %} |
|
|
{% massive_bootstrap_form interfaceform 'ipv4,machine' %} |
|
|
{% massive_bootstrap_form interfaceform 'ipv4,machine,port_lists' %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if domainform %} |
|
|
{% if domainform %} |
|
|
@ -146,7 +146,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if aliasform %} |
|
|
{% if aliasform %} |
|
|
<h3>{% trans "Alias" %}</h3> |
|
|
<h3>{% trans "Alias" %}</h3> |
|
|
{% bootstrap_form aliasform %} |
|
|
{% massive_bootstrap_form aliasform 'extension' %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if serviceform %} |
|
|
{% if serviceform %} |
|
|
<h3>{% trans "Service" %}</h3> |
|
|
<h3>{% trans "Service" %}</h3> |
|
|
|