diff --git a/netbox/extras/tables/tables.py b/netbox/extras/tables/tables.py index 23786778d..4a75d3771 100644 --- a/netbox/extras/tables/tables.py +++ b/netbox/extras/tables/tables.py @@ -288,7 +288,7 @@ class SubscriptionTable(NetBoxTable): class NotificationTable(NetBoxTable): icon = columns.TemplateColumn( - template_code='', + template_code='', accessor=tables.A('event'), attrs={ 'td': {'class': 'w-1'}, diff --git a/netbox/templates/htmx/notifications.html b/netbox/templates/htmx/notifications.html index 12ef8c511..ece463a9f 100644 --- a/netbox/templates/htmx/notifications.html +++ b/netbox/templates/htmx/notifications.html @@ -3,7 +3,7 @@ {% for notification in notifications %}