{{ t('Notice') }}: {{ t('Recurring downtimes with deleted objects will be deleted automatically by the cronjob') }}
{{ t('Recurring downtimes') }} {{ t('overview') }}
{{ t('Host') }} {{ t('Service') }} {{ t('Host group') }} {{ t('Container') }} @if (PermissionsService.hasModuleObservable('DistributeModule')|async) { {{ t('Satellite') }} }
{{ t('Filter') }}
@if (!hostSystemdowntimes) { } @if (hostSystemdowntimes) { @for (hostSystemdowntime of hostSystemdowntimes.all_host_recurring_downtimes; track hostSystemdowntime) { } }
{{ t('Host name') }} {{ t('Include services') }} {{ t('User') }} {{ t('Comment') }} {{ t('Weekdays') }} {{ t('Days of month') }} {{ t('Start time') }} {{ t('Duration') }} {{ t('Delete') }}
@if (hostSystemdowntime.Host.allow_edit) {
}
{{ hostSystemdowntime.Host.hostname }} {{ hostSystemdowntime.Host.hostname }} @if (hostSystemdowntime.Systemdowntime.downtimeTypeId == 1) { {{ t('Yes') }} } @else { {{ t('No') }} } {{ hostSystemdowntime.Systemdowntime.author }} AUTO[{{ hostSystemdowntime.Systemdowntime.id }}]: {{ hostSystemdowntime.Systemdowntime.comment }} {{ hostSystemdowntime.Systemdowntime.weekdaysHuman.join(', ') }} {{ hostSystemdowntime.Systemdowntime.dayOfMonth.join(', ') }} {{ hostSystemdowntime.Systemdowntime.startTime }} {{ hostSystemdowntime.Systemdowntime.duration }} @if (hostSystemdowntime.Host.allow_edit) {
}
@if (hostSystemdowntimes && hostSystemdowntimes.all_host_recurring_downtimes.length === 0) { } @if (hostSystemdowntimes && hostSystemdowntimes.all_host_recurring_downtimes) {
} @if (hostSystemdowntimes) { }