@if (serviceBrowserConfig) { }
{{ t('Service') }} {{ t('downtime history') }}
{{ t('Filter') }}
{{ t('From') }} {{ t('To') }}
{{ t('Options') }}
@if (!serviceDowntimes) { } @if (serviceDowntimes) { @for (downtime of serviceDowntimes.all_service_downtimes; track downtime) { }
{{ t('Running') }} {{ t('Author') }} {{ t('Comment') }} {{ t('Created') }} {{ t('Start') }} {{ t('End') }} {{ t('Duration') }} {{ t('Was cancelled') }} {{ t('Cancel') }}
@if (( this.PermissionsService.hasPermissionObservable(['externalcommands', 'cancel_downtime']) | async )) { } {{ downtime.author_name }} {{ downtime.comment_data }} {{ downtime.entry_time }} {{ downtime.scheduled_start_time }} {{ downtime.scheduled_end_time }} {{ downtime.duration_for_humans }} @if (downtime.was_cancelled) { {{ t('Yes') }} } @if (!downtime.was_cancelled) { {{ t('No') }} } @if (downtime.is_cancellable) {
}
} @if (serviceDowntimes && serviceDowntimes.all_service_downtimes.length === 0) { } @if (serviceDowntimes && serviceDowntimes.all_service_downtimes) { @if (( this.PermissionsService.hasPermissionObservable(['externalcommands', 'cancel_downtime']) | async )) {
}
} @if (serviceDowntimes) { }