{{ data.Hoststatus.humanState | titlecase }}
»{{ data.hostName }}«   [{{ data.hostAddress }}]
@if (data) { @if (config().showBackButton && ( this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async )) { } @if (config().showReschedulingButton) { } @if (this.PermissionsService.hasPermissionObservable(['documentations', 'view'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['notifications', 'hostNotification'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['hostchecks', 'index'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['statehistories', 'host'])|async) { } @if (this.PermissionsService.hasPermissionObservable(['acknowledgements', 'host'])|async) { } @if (( this.PermissionsService.hasPermissionObservable(['hosts', 'edit']) |async ) && data.allowEdit) { } }