From 521ee5239868557d22c02fd68c93edf1d8e85b95 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Tue, 23 Sep 2025 12:42:34 +0200 Subject: [PATCH] Fix jwt-token --- client/src/components/AlertModals.jsx | 27 ++++++++++++++++++++++++--- client/src/pages/Alerts.jsx | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/client/src/components/AlertModals.jsx b/client/src/components/AlertModals.jsx index 4f77e92..ffdd246 100644 --- a/client/src/components/AlertModals.jsx +++ b/client/src/components/AlertModals.jsx @@ -173,6 +173,9 @@ export const EditAlertModal = ({ rule, onClose, onSuccess }) => { +
+ Determines alert urgency and notification routing +
{ +
+ {t('alerts.form.leaveEmptyAllTypes')} - Select specific drone types to monitor or leave empty to monitor all detected drones +
-
- {t('alerts.form.leaveEmptyAllTypes')} -
{droneTypes.map(droneType => (