diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json
index fa5575cd5..6c8cfe14e 100644
--- a/frontend/.vscode/settings.json
+++ b/frontend/.vscode/settings.json
@@ -11,10 +11,12 @@
"NotificationsDashboardDialogEntity",
"NotificationsDashboardTable",
"NotificationsManagementModalWebhook",
+ "NotificationsManagementNetwork",
"NotificationsManagementSubscriptionDialog",
"NotificationsManagmentMachines",
"NotificationsNetworkTable",
"NotificationsOverview",
+ "NotificationsTableEmpty",
"a11y",
"checkout",
"ci",
@@ -33,8 +35,7 @@
"qrCode",
"useNotificationsOverviewStore",
"useWindowSize",
- "vscode",
- "NotificationsManagementNetwork"
+ "vscode"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
diff --git a/frontend/components/notifications/NotificationsClientsTable.vue b/frontend/components/notifications/NotificationsClientsTable.vue
index 19c1f716f..d24d3fae7 100644
--- a/frontend/components/notifications/NotificationsClientsTable.vue
+++ b/frontend/components/notifications/NotificationsClientsTable.vue
@@ -89,7 +89,7 @@ const { overview } = useNotificationsDashboardOverviewStore()
-
diff --git a/frontend/components/notifications/NotificationsDashboardsTable.vue b/frontend/components/notifications/NotificationsDashboardsTable.vue
index b4325b1d8..8f91e6c0a 100644
--- a/frontend/components/notifications/NotificationsDashboardsTable.vue
+++ b/frontend/components/notifications/NotificationsDashboardsTable.vue
@@ -269,7 +269,7 @@ const showDialog = (row: { identifier: string } & NotificationDashboardsTableRow
-
diff --git a/frontend/components/notifications/NotificationsMachinesTable.vue b/frontend/components/notifications/NotificationsMachinesTable.vue
index 7f9ee188e..508aa086a 100644
--- a/frontend/components/notifications/NotificationsMachinesTable.vue
+++ b/frontend/components/notifications/NotificationsMachinesTable.vue
@@ -131,7 +131,7 @@ const machineEvent = (eventType: NotificationMachinesTableRow['event_type']) =>
-
diff --git a/frontend/components/notifications/NotificationsNetworkTable.vue b/frontend/components/notifications/NotificationsNetworkTable.vue
index 994ec6884..84b4c55e7 100644
--- a/frontend/components/notifications/NotificationsNetworkTable.vue
+++ b/frontend/components/notifications/NotificationsNetworkTable.vue
@@ -118,7 +118,7 @@ const textThreshold = (row: NotificationNetworksTableRow) => {
-
diff --git a/frontend/components/notifications/DashboardsTableEmpty.vue b/frontend/components/notifications/NotificationsTableEmpty.vue
similarity index 96%
rename from frontend/components/notifications/DashboardsTableEmpty.vue
rename to frontend/components/notifications/NotificationsTableEmpty.vue
index 87f8b4a91..33617b5a9 100644
--- a/frontend/components/notifications/DashboardsTableEmpty.vue
+++ b/frontend/components/notifications/NotificationsTableEmpty.vue
@@ -19,7 +19,9 @@ const handleClick = () => {
emit('openDialog')
}
const { isLoggedIn } = useUserStore()
-const { dashboards } = useUserDashboardStore()
+const {
+ dashboards,
+} = useUserDashboardStore()
const hasDashboards = computed(() => {
return (
dashboards.value?.account_dashboards?.length