@if (this.PermissionsService.hasPermissionObservable([type, 'browser'])|async) {
@if (isLoading) {
} @else {
- {{ t('Author') }}:
- {{ downtime?.authorName }}
- {{ t('Start') }}:
- {{ downtime?.scheduledStartTime }}
- {{ t('End') }}:
- {{ downtime?.scheduledEndTime }}
- {{ t('Comment') }}:
- {{ downtime?.commentData }}
}
} @else {
}