mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
Boostrapform pour les alias et les ouvertures de ports
This commit is contained in:
parent
6c6330dd4d
commit
108f454c51
1 changed files with 3 additions and 3 deletions
|
@ -95,9 +95,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
{% if interfaceform %}
|
||||
<h3>{% trans "Interface" %}</h3>
|
||||
{% 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 %}
|
||||
{% massive_bootstrap_form interfaceform 'ipv4,machine' %}
|
||||
{% massive_bootstrap_form interfaceform 'ipv4,machine,port_lists' %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if domainform %}
|
||||
|
@ -146,7 +146,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
{% endif %}
|
||||
{% if aliasform %}
|
||||
<h3>{% trans "Alias" %}</h3>
|
||||
{% bootstrap_form aliasform %}
|
||||
{% massive_bootstrap_form aliasform 'extension' %}
|
||||
{% endif %}
|
||||
{% if serviceform %}
|
||||
<h3>{% trans "Service" %}</h3>
|
||||
|
|
Loading…
Reference in a new issue