{{ result.hoststatus.current_state | hostStatusName }}
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'reset_check_time']) | async) {
{{ t('Reset check time ') }}
}
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'schedule_maintenance']) | async) {
{{ t('Schedule maintenance') }}
}
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'acknowledge_status']) | async) {
0"
(click)="acknowledgeStatus(result!.hoststatus)">
{{ t('Acknowledge host status') }}
}
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'process_check_result']) | async) {
{{ t('Passive transfer check result') }}
}
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'flap_detection']) | async) {
{{ t('Enable flap detection') }}
{{ t('Disable flap detection') }}
}