|
|
{{ t('Services') }}
|
{{ t('Service groups') }}
|
{{ t('First') }} | {{ t('Last') }} | {{ t('Interval') }} | {{ t('Time period') }} | {{ t('Contacts') }} | {{ t('Contact groups') }} | {{ t('Options') }} |
|
|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
{{ serviceescalation.first_notification }} | {{ serviceescalation.last_notification }} | {{ serviceescalation.notification_interval }} |
@if (serviceescalation.timeperiod) {
{{ serviceescalation.timeperiod.name }}
{{ serviceescalation.timeperiod.name }}
}
|
|
|
@if (serviceescalation.escalate_on_recovery) { {{ t('R') }} } @if (serviceescalation.escalate_on_warning) { {{ t('W') }} } @if (serviceescalation.escalate_on_critical) { {{ t('D') }} } @if (serviceescalation.escalate_on_unknown) { {{ t('U') }} } |
|