8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-10-06 02:52:10 +00:00

fix drop down details_1

This commit is contained in:
fournier_bap 2018-01-30 17:12:35 +01:00
parent 5e4a803f78
commit 5f6ec045e2

View file

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