@if (this.PermissionsService.hasPermissionObservable([type, 'browser'])|async) {
@if (isLoading) {
} @else {
- {{ t('Author') }}:
- {{ downtime?.author_name }}
- {{ t('Start') }}:
- {{ downtime?.scheduled_start_time }}
- {{ t('End') }}:
- {{ downtime?.scheduled_end_time }}
- {{ t('Comment') }}:
- {{ downtime?.comment_data }}
}
} @else {
}