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