@if (!isReadonly()) { } @if (config && config.useScroll) { } @if (config && !config.useScroll) { } @if (widget && config) { }
@if (animationStateShowContent) { @if (!serviceDowntimes) { } @if (serviceDowntimes && config) { @if (serviceDowntimes) { @for (serviceDowntime of serviceDowntimes.all_service_downtimes; track $index) { } }
{{ t('Running') }} {{ t('Host') }} {{ t('Service') }} {{ t('User') }} {{ t('Comment') }} {{ t('Created') }} {{ t('Start') }} {{ t('End') }} {{ t('Duration') }} {{ t('Was cancelled') }}
{{ serviceDowntime.Host.hostname }} {{ serviceDowntime.Service.servicename }} {{ serviceDowntime.DowntimeService.authorName }} {{ serviceDowntime.DowntimeService.commentData }} {{ serviceDowntime.DowntimeService.entryTime }} {{ serviceDowntime.DowntimeService.scheduledStartTime }} {{ serviceDowntime.DowntimeService.scheduledEndTime }} {{ serviceDowntime.DowntimeService.durationHuman }} @if (serviceDowntime.DowntimeService.wasCancelled) { {{ t('Yes') }} } @if (!serviceDowntime.DowntimeService.wasCancelled) { {{ t('No') }} }
} @if (serviceDowntimes && serviceDowntimes.all_service_downtimes.length === 0) { } @if (serviceDowntimes && serviceDowntimes.scroll) { } }
@if (animationStateShowConfig) { @if (widget) {
{{ t('Filter') }}
@if (config) {
{{ t('Options') }}
}
} }