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>
<td>{{ interface.type }}</td> <td>{{ interface.type }}</td>
<td>{{ interface.mac_address }}</td> <td>{{ interface.mac_address }}</td>
<td>{{ interface.ipv4 }} <td><b>IPv4</b> {{ interface.ipv4 }}
{% if ipv6_enabled %} {% if ipv6_enabled %}
{{ interface.ipv6 }} <br>
<b>IPv6</b> {{ interface.ipv6 }}
{% endif %} {% endif %}
</td> </td>
<td> <td>

Loading…
Cancel
Save