hide ipv6 si cachée
This commit is contained in:
parent
99ba3a8915
commit
afb436f706
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
{% endif %}
|
||||
{{"MAC : "|coul('gras')}}{{o.macAddress|join(', ')|const_of_mac}}
|
||||
{{"IPv4 : "|coul('gras')}}{{o.ipHostNumber|join(', ')}}
|
||||
{{"IPv6 : "|coul('gras')}}{{o.ip6HostNumber|join(', ')}}
|
||||
{% if o.ip6HostNumber %}{{"IPv6 : "|coul('gras')}}{{o.ip6HostNumber|join(', ')}}
|
||||
{% endif %}
|
||||
{{"DnsIpv6 : "|coul('gras')}}{% if not o.dnsIpv6 or o.dnsIpv6.0.value %}
|
||||
{{"TRUE"|coul('vert')}}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue