Improved visuals and tooltips for quick alerts.

This commit is contained in:
2025-03-09 06:13:07 +01:00
parent a63009509a
commit 2bae1de247
3 changed files with 11 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ function curateAlert(alert, context = {}) {
notify: alert.notify,
email: alert.email,
createdAt: alert.created_at,
isFromPreset: alert.from_preset,
and: {
fields: alert.all,
actors: alert.all_actors,