diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 2e90ca88..1f96aa05 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -435,6 +435,10 @@ function populateEventTypeList(vm) { 14: { name: vm.$ay.t("EventUtilityFileDownload"), icon: "$ayiFileDownload" + }, + 15: { + name: vm.$ay.t("NotifyEventDirectSMTPMessage"), + icon: "$ayiBullhorn" } }; } @@ -459,7 +463,8 @@ async function fetchTranslatedText() { "EventSeedDatabase", "EventResetSerial", "EventUtilityFileDownload", - "Activity" + "Activity", + "NotifyEventDirectSMTPMessage" ]); }