|
@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') }}
|
}