{{ t('Services') }} {{ t('Not monitored') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }}
{{ t('Filter') }}
@for (service of services.all_services; track index; let index = $index) { }
{{ t('Servicestatus') }} {{ t('Service name') }} {{ t('Service type') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ service.Service.hostname }} ( {{ service.Host.address }} ) } @else { {{ service.Service.hostname }}({{ service.Host.address }}) } @if (this.PermissionsService.hasPermissionObservable(['services', 'serviceList'])|async) { }
@if (this.PermissionsService.hasPermissionObservable(['services', 'browser'])|async) { {{ service.Service.servicename }} } @else { {{ service.Service.servicename }} } {{ service.ServiceType.title }} {{ t('Edit') }} {{ t('Disable') }} {{ t('Changelog') }}
  • {{ t('Copy') }}
  • {{ t('Delete') }}