|
|
|
@ -32,6 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<th>Fin</th> |
|
|
|
<th>Préfixe v6</th> |
|
|
|
<th>Sur vlan</th> |
|
|
|
<th>Ouverture ports par défault</th> |
|
|
|
<th></th> |
|
|
|
<th></th> |
|
|
|
</tr> |
|
|
|
@ -45,6 +46,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<td>{{ type.domaine_ip_stop }}</td> |
|
|
|
<td>{{ type.prefix_v6 }}</td> |
|
|
|
<td>{{ type.vlan }}</td> |
|
|
|
<td>{{ type.ouverture_ports }}</td> |
|
|
|
<td class="text-right"> |
|
|
|
{% if is_infra %} |
|
|
|
{% include 'buttons/edit.html' with href='machines:edit-iptype' id=type.id %} |
|
|
|
|