Browse Source

Un peu de forme affichage ip

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

5
machines/templates/machines/aff_machines.html

@ -74,9 +74,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</td>
<td>{{ interface.type }}</td>
<td>{{ interface.mac_address }}</td>
<td>{{ interface.ipv4 }}
<td><b>IPv4</b> {{ interface.ipv4 }}
{% if ipv6_enabled %}
{{ interface.ipv6 }}
<br>
<b>IPv6</b> {{ interface.ipv6 }}
{% endif %}
</td>
<td>

Loading…
Cancel
Save