diff --git a/views/021_notification.sql b/views/021_notification.sql index 22ad7bdd..51462289 100644 --- a/views/021_notification.sql +++ b/views/021_notification.sql @@ -77,8 +77,9 @@ UNION LEFT JOIN ( SELECT id, - name - FROM topologies + name, + icon + FROM components ) component ON component.id = nsh.resource_id WHERE nsh.source_event like 'component.%' UNION