diff --git a/frontend/components/notifications/NotificationsMachinesTable.vue b/frontend/components/notifications/NotificationsMachinesTable.vue new file mode 100644 index 000000000..05495f084 --- /dev/null +++ b/frontend/components/notifications/NotificationsMachinesTable.vue @@ -0,0 +1,205 @@ + + + + + diff --git a/frontend/i18n/en.json b/frontend/i18n/en.json index 5e3e6242b..890ddae2c 100644 --- a/frontend/i18n/en.json +++ b/frontend/i18n/en.json @@ -310,6 +310,22 @@ "rocketpool": "Rocket Pool", "network": "Network" }, + "machine": { + "event_type": { + "is_machine_offline": "Machine is offline", + "machine_storage_usage": "No storage left", + "machine_cpu_usage": "CPU overheated", + "machine_memory_usage": "High memory usage" + }, + "footer": { + "subscriptions": "Machines (1 Subscription) |Machines ({count} Subscriptions)" + }, + "col": { + "machine_name": "Machine", + "threshold": "Threshold", + "event_type": "Event" + } + }, "subscriptions": { "dialog_title": "Edit Subscriptions", "validators": { diff --git a/frontend/pages/notifications.vue b/frontend/pages/notifications.vue index 28a026552..3cfa1af98 100644 --- a/frontend/pages/notifications.vue +++ b/frontend/pages/notifications.vue @@ -106,7 +106,7 @@ const openManageNotifications = () => { :icon="faMonitorWaveform" /> - Machines coming soon! +