{{ result.servicestatus.current_state | serviceStatusName }}
@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.servicestatus)">
{{ t('Acknowledge service 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') }}
}