diff --git a/apps/red-ui/src/app/components/base-screen/base-screen.component.html b/apps/red-ui/src/app/components/base-screen/base-screen.component.html index 4fffdc4e0..515df50ea 100644 --- a/apps/red-ui/src/app/components/base-screen/base-screen.component.html +++ b/apps/red-ui/src/app/components/base-screen/base-screen.component.html @@ -29,7 +29,10 @@ - + diff --git a/apps/red-ui/src/app/components/notifications/notifications.component.html b/apps/red-ui/src/app/components/notifications/notifications.component.html index 518a46c85..82e391820 100644 --- a/apps/red-ui/src/app/components/notifications/notifications.component.html +++ b/apps/red-ui/src/app/components/notifications/notifications.component.html @@ -1,4 +1,9 @@ - + @@ -13,15 +18,21 @@
{{ group.date }}
-
+
{{ 'notifications.mark-all-as-read' | translate }}
@@ -33,6 +44,7 @@
; readonly groupedNotifications$: Observable; + readonly trackBy = trackByFactory(); constructor( private readonly _notificationsService: NotificationsService,