@if (!isReadonly()) { } @if (config && config.useScroll) { } @if (config && !config.useScroll) { } @if (widget && config) { }
@if (animationStateShowContent) { @if (!hosts) { } @if (hosts && config) { @if (hosts) { @for (host of hosts.all_hosts; track $index) { @if (host.Host.priority) { } } }
{{ t('Hoststatus') }} {{ t('Host name') }} {{ t('Last state change') }} {{ t('Host output') }}
@if (host.Hoststatus.problemHasBeenAcknowledged) { } @if (host.Hoststatus.scheduledDowntimeDepth && host.Hoststatus.scheduledDowntimeDepth > 0) { } @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.Host.name }} } @else { {{ host.Host.name }} } {{ host.Hoststatus.last_state_change }}
@if (PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { }
} @if (hosts && hosts.all_hosts.length === 0) { } @if (hosts && hosts.scroll) { } }
@if (animationStateShowConfig) { @if (widget) {
{{ t('Filter') }}
@if (config) { } @if (config) { } @if (config) {
{{ t('Status older than') }}
  • {{ t('seconds') }}
  • {{ t('minutes') }}
  • {{ t('hours') }}
  • {{ t('days') }}
} @if (config) {
{{ t('Host status') }}
{{ t('Acknowledgements') }}
{{ t('Downtimes') }}
{{ t('Priority') }}
}
} }