case 4310
This commit is contained in:
@@ -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"
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user