|
|
@ -121,22 +121,21 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
<div class="collapse in" id="collapseDetails_{{interface.id}}"> |
|
|
|
|
|
|
|
|
{% if ipv6_enabled and interface.ipv6 != 'None'%} |
|
|
{% if ipv6_enabled and interface.ipv6 != 'None'%} |
|
|
<tr class="info"> |
|
|
|
|
|
<td> <b>IPV6</b> </td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
<tr> |
|
|
<td colspan=5 style="border-top: none; padding: 1px;"> |
|
|
<td colspan=5 style="border-top: none; padding: 1px;"> |
|
|
<div class="collapse in" id="collapseDetails_{{interface.id}}"> |
|
|
<tr class="info"> |
|
|
<div style="">IPV6</div> |
|
|
<td> <b>IPV6</b> </td> |
|
|
<ul class="list-group" style="margin-bottom: 0px;"> |
|
|
</tr> |
|
|
|
|
|
<ul class="list-group" style="margin-bottom: 0px;"> |
|
|
{% for ipv6 in interface.ipv6.all %} |
|
|
{% for ipv6 in interface.ipv6.all %} |
|
|
<li class="list-group-item col-xs-6 col-sm-6 col-md-6" style="border: none;"> |
|
|
<li class="list-group-item col-xs-6 col-sm-6 col-md-6" style="border: none;"> |
|
|
{{ipv6}} |
|
|
{{ipv6}} |
|
|
</li> |
|
|
</li> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
</td> |
|
|
</td> |
|
|
<tr> |
|
|
<tr> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
@ -148,7 +147,6 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
</tr> |
|
|
</tr> |
|
|
<tr> |
|
|
<tr> |
|
|
<td colspan=5 style="border-top: none; padding: 1px;"> |
|
|
<td colspan=5 style="border-top: none; padding: 1px;"> |
|
|
<div class="collapse in" id="collapseDetails_{{interface.id}}"> |
|
|
|
|
|
<ul class="list-group" style="margin-bottom: 0px;"> |
|
|
<ul class="list-group" style="margin-bottom: 0px;"> |
|
|
{% for al in interface.domain.related_domain.all %} |
|
|
{% for al in interface.domain.related_domain.all %} |
|
|
<li class="list-group-item col-xs-6 col-sm-4 col-md-3" style="border: none;"> |
|
|
<li class="list-group-item col-xs-6 col-sm-4 col-md-3" style="border: none;"> |
|
|
@ -159,11 +157,10 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
</li> |
|
|
</li> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
</td> |
|
|
</td> |
|
|
<tr> |
|
|
|
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
</div> |
|
|
|
|
|
<tr> </tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
<tr> |
|
|
<tr> |
|
|
<td colspan="8"></td> |
|
|
<td colspan="8"></td> |
|
|
|