hide ipv6 si cachée

This commit is contained in:
Daniel STAN 2014-02-23 02:42:57 +01:00
parent 99ba3a8915
commit afb436f706

View file

@ -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 %}