{{ showEntityName ? 'daemon' : '' }}
[{{ attrs.daemonId || attrs.id }}] {{ attrs.daemonLabel || (attrs.name | daemonNiceName) || attrs.label }}
{{ showEntityName ? 'machine' : '' }}
[{{ attrs.machineId || attrs.id }}] {{ attrs.machineLabel || attrs.label || attrs.address }}
{{ showEntityName ? 'subnet ' : '' }}
[{{ attrs.id }}] {{ attrs.subnet || attrs.prefix }}
{{ showEntityName ? 'user' : '' }}
[{{ attrs.id }}] {{ attrs.login ? attrs.login : attrs.email }}
{{ showEntityName ? 'host' : '' }}
[{{ attrs.id }}] {{ attrs.label }}
{{ showEntityName ? 'shared network' : '' }}
[{{ attrs.id }}] {{ attrs.name }}
{{ entity }}