printing: afficher constructeur de la mac
Killer feature ;o
This commit is contained in:
parent
6fffbd7bd3
commit
ff62cda2af
2 changed files with 17 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue