{{ 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 (!satelliteSystemdowntimes) { } @if (satelliteSystemdowntimes) { @for (satelliteSystemdowntime of satelliteSystemdowntimes.all_satellite_recurring_downtimes; track satelliteSystemdowntime) { } }
{{ t('Satellite') }} {{ t('Include services') }} {{ t('User') }} {{ t('Comment') }} {{ t('Weekdays') }} {{ t('Days of month') }} {{ t('Start time') }} {{ t('Duration') }} {{ t('Delete') }}
@if (satelliteSystemdowntime.Satellite.allow_edit) {
}
{{ satelliteSystemdowntime.Satellite.name }} @if (satelliteSystemdowntime.Systemdowntime.downtimeTypeId == 1) { {{ t('Yes') }} } @else { {{ t('No') }} } {{ satelliteSystemdowntime.Systemdowntime.author }} AUTO[{{ satelliteSystemdowntime.Systemdowntime.id }}]: {{ satelliteSystemdowntime.Systemdowntime.comment }} {{ satelliteSystemdowntime.Systemdowntime.weekdaysHuman.join(', ') }} {{ satelliteSystemdowntime.Systemdowntime.dayOfMonth.join(', ') }} {{ satelliteSystemdowntime.Systemdowntime.startTime }} {{ satelliteSystemdowntime.Systemdowntime.duration }} @if (satelliteSystemdowntime.Satellite.allow_edit) {
}
@if (satelliteSystemdowntimes && satelliteSystemdowntimes.all_satellite_recurring_downtimes.length === 0) { } @if (satelliteSystemdowntimes && satelliteSystemdowntimes.all_satellite_recurring_downtimes) {
} @if (satelliteSystemdowntimes) { }