{{ t('Auto Map') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Service status') }}
@for (host of result.services; track $index) { @for (service of host.servicestatus; track $index) { } }

{{ host.display_name }}

@for (service of host.servicestatus; track $index) { }
@for (host of result.services; track $index) { {{ host.display_name }} @for (service of host.servicestatus; track $index) { {{ host.display_name }}/{{ service.ServiceMapping.display_name }} } }

{{ host.display_name }}

@for (service of host.servicestatus; track $index) { {{ service.ServiceMapping.display_name }} }