{{ t('Service downtimes') }} {{ t('overview') }}
{{ t('Host downtimes') }} {{ t('Service downtimes') }}
{{ t('Filter') }}
{{ t('From') }} {{ t('To') }}
{{ t('Options') }}
@if (!serviceDowntimes) { } @if (serviceDowntimes) { @for (serviceDowntime of serviceDowntimes.all_service_downtimes; track serviceDowntime) { } }
{{ t('Running') }} {{ t('Host') }} {{ t('Service') }} {{ t('User') }} {{ t('Comment') }} {{ t('Created') }} {{ t('Start') }} {{ t('End') }} {{ t('Duration') }} {{ t('Was cancelled') }} {{ t('Cancel') }}
@if (serviceDowntime.DowntimeService.allowEdit && serviceDowntime.DowntimeService.isCancellable) {
}
{{ serviceDowntime.Host.hostname }} {{ serviceDowntime.Host.hostname }} {{ serviceDowntime.Service.servicename }} {{ serviceDowntime.Service.servicename }} {{ serviceDowntime.DowntimeService.authorName }} {{ serviceDowntime.DowntimeService.commentData }} {{ serviceDowntime.DowntimeService.entryTime }} {{ serviceDowntime.DowntimeService.scheduledStartTime }} {{ serviceDowntime.DowntimeService.scheduledEndTime }} {{ serviceDowntime.DowntimeService.durationHuman }} @if (serviceDowntime.DowntimeService.wasCancelled) { {{ t('Yes') }} } @if (!serviceDowntime.DowntimeService.wasCancelled) { {{ t('No') }} } @if (serviceDowntime.DowntimeService.allowEdit && serviceDowntime.DowntimeService.isCancellable) {
}
@if (serviceDowntimes && serviceDowntimes.all_service_downtimes.length === 0) { } @if (serviceDowntimes && serviceDowntimes.all_service_downtimes) {
} @if (serviceDowntimes) { }