mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 03:43:12 +00:00
Affichage que si ipv6 activée
This commit is contained in:
parent
2111cb63dd
commit
4269ed74bc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue