This commit is contained in:
@@ -49,6 +49,7 @@ import {
|
|||||||
faDraftingCompass,
|
faDraftingCompass,
|
||||||
faEdit,
|
faEdit,
|
||||||
faEllipsisV,
|
faEllipsisV,
|
||||||
|
faEnvelopeOpenText,
|
||||||
faExclamationCircle,
|
faExclamationCircle,
|
||||||
faExclamationTriangle,
|
faExclamationTriangle,
|
||||||
faEye,
|
faEye,
|
||||||
@@ -178,6 +179,7 @@ library.add(
|
|||||||
faDraftingCompass,
|
faDraftingCompass,
|
||||||
faEdit,
|
faEdit,
|
||||||
faEllipsisV,
|
faEllipsisV,
|
||||||
|
faEnvelopeOpenText,
|
||||||
faExclamationCircle,
|
faExclamationCircle,
|
||||||
faExclamationTriangle,
|
faExclamationTriangle,
|
||||||
faEye,
|
faEye,
|
||||||
@@ -468,6 +470,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "edit"]
|
icon: ["fas", "edit"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ayiEnvelopeOpenText: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "envelope-open-text"]
|
||||||
|
}
|
||||||
|
},
|
||||||
ayiExclamationCircle: {
|
ayiExclamationCircle: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
@@ -412,7 +412,7 @@ function populateEventTypeList(vm) {
|
|||||||
1: { name: vm.$ay.t("EventCreated"), icon: "$ayiPlus" },
|
1: { name: vm.$ay.t("EventCreated"), icon: "$ayiPlus" },
|
||||||
2: {
|
2: {
|
||||||
name: vm.$ay.t("EventRetrieved"),
|
name: vm.$ay.t("EventRetrieved"),
|
||||||
icon: "fa-envelope-open-text"
|
icon: "$ayiEnvelopeOpenText"
|
||||||
},
|
},
|
||||||
3: { name: vm.$ay.t("EventModified"), icon: "$ayiSave" },
|
3: { name: vm.$ay.t("EventModified"), icon: "$ayiSave" },
|
||||||
4: {
|
4: {
|
||||||
|
|||||||
Reference in New Issue
Block a user