{{ t('Hosts') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Host status') }}
{{ t('State Types') }}
{{ t('Acknowledgements') }}
{{ t('Downtimes') }}
@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 )) { } 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 }} {{ hoststatus.next_check }}
@if (( this.PermissionsService.hasPermissionObservable(['externalcommands', 'reset_check_time']) | async ) || ( this.PermissionsService.hasPermissionObservable(['externalcommands', 'schedule_maintenance']) | async ) || ( this.PermissionsService.hasPermissionObservable(['externalcommands', 'acknowledge_status']) | async )) { }
 
@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) { }