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