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