@if (isLoading) { } @if (!isLoading) { @if (data && data.includeHoststatus) {
{{ data.Hoststatus.humanState | titlecase }}
»{{ data.hostName }}«   [{{ data.hostAddress }}]
} @if (data) { @if (config().showBackButton && ( this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async )) { {{ t('Back to overview') }} } @if (config().showReschedulingButton) { } @if (this.PermissionsService.hasPermissionObservable(['documentations', 'view'])|async) { @if (data.docuExists) { } } @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 (data.hostUrl) { } @if (( this.PermissionsService.hasPermissionObservable(['hosts', 'edit']) |async ) && data.allowEdit) { } @if (data.hostType === HostTypesEnum.EVK_HOST && ( this.PermissionsService.hasPermissionObservable(['EventcorrelationModule', 'eventcorrelations', 'view']) |async )) { } }
}