mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Different icons for notifications (#4632)
* Different icons for notifications Closes #2510. * Fix version appendix for SVG use attributes * Fix SVGUse TagHelper * Update icons
This commit is contained in:
@@ -98,9 +98,11 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
|
||||
private NotificationData ToModel(NotificationViewModel entity)
|
||||
{
|
||||
return new NotificationData()
|
||||
return new NotificationData
|
||||
{
|
||||
Id = entity.Id,
|
||||
Identifier = entity.Identifier,
|
||||
Type = entity.Type,
|
||||
CreatedTime = entity.Created,
|
||||
Body = entity.Body,
|
||||
Seen = entity.Seen,
|
||||
|
||||
Reference in New Issue
Block a user