{{ t('Hosts') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Host status') }}
{{ t('State Types') }}
{{ t('Acknowledgements') }}
{{ t('Downtimes') }}
@if (!hosts) { } @if (hosts) { @for (hoststatus of hosts.hoststatus; track $index) { }
{{ t('Hoststatus') }} P {{ t('Host name') }} {{ t('Last state change') }} {{ t('Last check') }} {{ t('Next check') }} {{ t('Host output') }} {{ t('Service Summary ') }}
@if (( this.PermissionsService.hasPermissionObservable(['externalcommands', 'reset_check_time']) | async ) || ( this.PermissionsService.hasPermissionObservable(['externalcommands', 'schedule_maintenance']) | async ) || ( this.PermissionsService.hasPermissionObservable(['externalcommands', 'acknowledge_status']) | async )) { } @if (hoststatus.problem_has_been_acknowledged) { } @if (hoststatus.scheduled_downtime_depth && hoststatus.scheduled_downtime_depth > 0) { } @if (!hoststatus.active_checks_enabled) { P } @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ hoststatus.host_mapping.display_name }} } @else { {{ hoststatus.host_mapping.display_name }} } {{ hoststatus.last_state_change }} {{ hoststatus.last_check }} @if (hoststatus.active_checks_enabled) { {{ hoststatus.next_check }} }
} @if (hosts && hosts.hoststatus.length === 0) { } @if (hosts && hosts.hoststatus) { @if (( this.PermissionsService.hasPermissionObservable(['externalcommands', 'reset_check_time']) | async ) || ( this.PermissionsService.hasPermissionObservable(['externalcommands', 'schedule_maintenance']) | async ) || ( this.PermissionsService.hasPermissionObservable(['externalcommands', 'acknowledge_status']) | async )) { } } @if (hosts) { }
 
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'reset_check_time']) | async) { } @if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'schedule_maintenance']) | async) { } @if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'acknowledge_status']) | async) { }