From bfd0fa49a27e0e228c64b05158121f9af5285a51 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 12 Jul 2024 14:09:50 -0400 Subject: [PATCH] Adjust icon sizing --- netbox/extras/tables/tables.py | 2 +- netbox/templates/htmx/notifications.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}
-
+