{{ t('Contacts') }} {{ t('overview') }}
@if (contacts && contacts.isLdapAuth) { }
{{ t('Filter') }}
@if (!contacts) { } @if (contacts) { @for (contact of contacts.all_contacts; track contact) { }
{{ t('Contact name') }} {{ t('Description') }} {{ t('Email') }} {{ t('Phone') }} {{ t('Host notifications') }} {{ t('Service notifications') }}
@if (( PermissionsService.hasPermissionObservable(['contacts', 'delete'])|async ) || ( PermissionsService.hasPermissionObservable(['contacts', 'copy'])|async )) { } {{ contact.Contact.name }} {{ contact.Contact.description }} {{ contact.Contact.email }} {{ contact.Contact.phone }} @if (contact.Contact.host_notifications_enabled) { {{ t('Enabled') }} } @if (!contact.Contact.host_notifications_enabled) { {{ t('Disabled') }} } @if (contact.Contact.notify_host_recovery) { {{ t('R') }} } @if (contact.Contact.notify_host_down) { {{ t('D') }} } @if (contact.Contact.notify_host_unreachable) { {{ t('U') }} } @if (contact.Contact.notify_host_flapping) { } @if (contact.Contact.notify_host_downtime) { } @if (contact.Contact.service_notifications_enabled) { {{ t('Enabled') }} } @if (!contact.Contact.service_notifications_enabled) { {{ t('Disabled') }} } @if (contact.Contact.notify_service_recovery) { {{ t('R') }} } @if (contact.Contact.notify_service_warning) { {{ t('W') }} } @if (contact.Contact.notify_service_critical) { {{ t('C') }} } @if (contact.Contact.notify_service_unknown) { {{ t('U') }} } @if (contact.Contact.notify_service_flapping) { } @if (contact.Contact.notify_service_downtime) { } {{ t('Edit') }} {{ t('Changelog') }} {{ t('Used By') }}
  • {{ t('Copy') }}
  • {{ t('Delete') }}
    } @if (contacts && contacts.all_contacts.length === 0) { } @if (contacts && contacts.all_contacts) {
    } @if (contacts) { }