|
|
@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
{% endcomment %} |
|
|
{% endcomment %} |
|
|
|
|
|
|
|
|
{% load bootstrap3 %} |
|
|
{% load bootstrap3 %} |
|
|
{% load massive_bootstrap_form %} |
|
|
|
|
|
{% load i18n %} |
|
|
{% load i18n %} |
|
|
|
|
|
|
|
|
{% block title %}{% trans "Topology" %}{% endblock %} |
|
|
{% block title %}{% trans "Topology" %}{% endblock %} |
|
|
@ -46,11 +45,11 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
{% csrf_token %} |
|
|
{% csrf_token %} |
|
|
{% if topoform %} |
|
|
{% if topoform %} |
|
|
<h3>{% blocktrans %}Specific settings for the {{ device }} object{% endblocktrans %}</h3> |
|
|
<h3>{% blocktrans %}Specific settings for the {{ device }} object{% endblocktrans %}</h3> |
|
|
{% massive_bootstrap_form topoform 'ipv4,machine' mbf_param=i_mbf_param%} |
|
|
{% bootstrap_form topoform %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if machineform %} |
|
|
{% if machineform %} |
|
|
<h3>{% blocktrans %}General settings for the machine linked to the {{ device }} object{% endblocktrans %}</h3> |
|
|
<h3>{% blocktrans %}General settings for the machine linked to the {{ device }} object{% endblocktrans %}</h3> |
|
|
{% massive_bootstrap_form machineform 'user' %} |
|
|
{% bootstrap_form machineform %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if domainform %} |
|
|
{% if domainform %} |
|
|
<h3>{% trans "DNS name" %}</h3> |
|
|
<h3>{% trans "DNS name" %}</h3> |
|
|
|