diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 8ebee51da..5375951e9 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -8,6 +8,7 @@ "DashboardGroupManagementModal", "DashboardValidatorManagmentModal", "NotificationsClientsTable", + "NotificationsDashboardDialogEntity", "NotificationsManagementModalWebhook", "NotificationsManagmentMachines", "NotificationsNetworkTable", diff --git a/frontend/components/notifications/NotificationsDashboardDialogEntity.vue b/frontend/components/notifications/NotificationsDashboardDialogEntity.vue index 8fa24bd43..f78be3c64 100644 --- a/frontend/components/notifications/NotificationsDashboardDialogEntity.vue +++ b/frontend/components/notifications/NotificationsDashboardDialogEntity.vue @@ -56,7 +56,7 @@ defineEmits<{ (e: 'filter-changed', value: string): void }>()

- {{ props?.group_name }} + {{ props?.group_name }} ({{ details?.dashboard_name }})