Browse Source

Affichage que si ipv6 activée

granuban
Gabriel Detraz 8 years ago
committed by root
parent
commit
abbceb6abc
  1. 2
      machines/templates/machines/aff_machines.html

2
machines/templates/machines/aff_machines.html

@ -75,7 +75,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>{{ interface.type }}</td>
<td>{{ interface.mac_address }}</td>
<td>{{ interface.ipv4 }}
{% if ipv6_enabled %}
{{ interface.ipv6 }}
{% endif %}
</td>
<td>
<div class="dropdown">

Loading…
Cancel
Save