From 5aa713b7eaa5df98ee88b211051bbcbe2f79a009 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 29 Apr 2023 20:14:42 +0200 Subject: [PATCH] UI - Notifications - Adding icon to "Add Email" button --- changedetectionio/static/images/email.svg | 37 +++++++++++++++++++ .../templates/_common_fields.jinja | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 changedetectionio/static/images/email.svg diff --git a/changedetectionio/static/images/email.svg b/changedetectionio/static/images/email.svg new file mode 100644 index 000000000..bdc916b0f --- /dev/null +++ b/changedetectionio/static/images/email.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + diff --git a/changedetectionio/templates/_common_fields.jinja b/changedetectionio/templates/_common_fields.jinja index 961285929..01cb9a90d 100644 --- a/changedetectionio/templates/_common_fields.jinja +++ b/changedetectionio/templates/_common_fields.jinja @@ -23,7 +23,7 @@
Send test notification {% if emailprefix %} - Add email + Add email {% endif %} Notification debug logs