{{ t('Services') }} {{ t('Not monitored') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }}
{{ t('Filter') }}
@if (!services) { } @if (services) { @for (service of services.all_services; track index; let index = $index) { @if (index === 0 || ( index > 0 && services.all_services[index - 1].Host.uuid !== service.Host.uuid )) { } }
{{ 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 }} @if (service.Service.allow_edit) { {{ t('Edit') }} } @if (service.Service.allow_edit) { {{ t('Disable') }} } {{ t('Changelog') }}
  • {{ t('Copy') }} @if (service.Service.allow_edit) {
  • } {{ t('Delete') }}
    } @if (services && services.all_services.length === 0) { } @if (services && services.all_services) {
    } @if (services) { }