diff --git a/apps/portal/src/app/views/notifications/notifications.component.html b/apps/portal/src/app/views/notifications/notifications.component.html index 71d132be..f3f5c908 100644 --- a/apps/portal/src/app/views/notifications/notifications.component.html +++ b/apps/portal/src/app/views/notifications/notifications.component.html @@ -43,12 +43,18 @@

Notifications

{{ notification.id }} - {{ notification.channelType }} + {{ channelTypeMap[notification.channelType] }} {{ notification.createdBy }} {{ notification.createdOn | date: 'yyyy-MM-dd HH:mm:ss' }} {{ notification.updatedBy }} {{ notification.updatedOn | date: 'yyyy-MM-dd HH:mm:ss' }} - {{ notification.deliveryStatus }} + + + {{ deliveryStatusMap[notification.deliveryStatus].value }} + +