printing: afficher constructeur de la mac

Killer feature ;o
This commit is contained in:
Daniel STAN 2014-02-17 18:36:24 +01:00
parent 6fffbd7bd3
commit ff62cda2af
2 changed files with 17 additions and 1 deletions

View file

@ -2,7 +2,7 @@
{% if o.hostAlias %}
{{"Alias : "|coul('gras')}}{{o.hostAlias|join(', ')}}
{% endif %}
{{"MAC : "|coul('gras')}}{{o.macAddress|join(', ')}}
{{"MAC : "|coul('gras')}}{{o.macAddress|join(', ')|const_of_mac}}
{{"IPv4 : "|coul('gras')}}{{o.ipHostNumber|join(', ')}}
{{"IPv6 : "|coul('gras')}}{{o.ip6HostNumber|join(', ')}}
{{"DnsIpv6 : "|coul('gras')}}{% if not o.dnsIpv6 or o.dnsIpv6.0.value %}