add notify emails

This commit is contained in:
2025-05-24 18:56:48 +02:00
parent aa7848c34b
commit 50936f84e3
11 changed files with 568 additions and 3 deletions

View File

@@ -759,6 +759,10 @@ form#auto_filters > div > label {
background-color: cadetblue;
}
.notification-text.disabled {
opacity: 0.5;
}
.notification-text.in-progress {
background-color: #f5ea16;
}